#432225

Color #432225 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #432225

Tints of Bulgarian Rose #432225

Color information

#432225 (or 0x432225) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 22 and 25. RGB value is (67,34,37). Sum of RGB (Red+Green+Blue) = 67+34+37=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #432225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432225 is #BCDDDA. Grayscale: #2C2C2C. Windows color (decimal): -12377563 or 2433603. OLE color: 2433603.

HSL color Cylindrical-coordinate representation of color #432225: hue angle of 354.55º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #432225 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB673437-
CMYK00.490.450.74
HSL354.55º32.67%19.8%-
HSV(B)354.55º49.25%26.27%-
XYZ3.222.472.06-
YUV44.21123.93144.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=48.55%
G=24.64%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67343700.490.450.74354.5532.6719.8
Hex4322250312D4A1632114
Octal1034245061551125434124
Binary10000111000101001010110001101101100101010110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432225; }

 p { color: rgb(67,34,37); }

 H1.HeaderClassName
 {
   color: #432225;
 }
 .AnyTagClassName
 {
   color: #432225;
 }
</style>
background-color css

<style>
 a { background-color: #432225; }

 a { background-color: rgb(67,34,37); }

 div.DivClassName
 {
   background-color: #432225;
 }
 .BgClassName
 {
   background-color: #432225;
 }
</style>
border-color css

<style>
 span { border-color: #432225; }

 span { border-color: rgb(67,34,37); }

 td.TdClassName
 {
   border-color: #432225;
 }
 .TagClassName
 {
   border-color: #432225;
 }
</style>