#432124

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

Shades of Bulgarian Rose #432124

Tints of Bulgarian Rose #432124

Color information

#432124 (or 0x432124) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 21 and 24. RGB value is (67,33,36). Sum of RGB (Red+Green+Blue) = 67+33+36=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432124 is #BCDEDB. Grayscale: #2B2B2B. Windows color (decimal): -12377820 or 2367811. OLE color: 2367811.

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

Color convert

RGB673336-
CMYK00.510.460.74
HSL354.71º34%19.61%-
HSV(B)354.71º50.75%26.27%-
XYZ3.182.411.97-
YUV43.51123.76144.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=49.26%
G=24.26%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67333600.510.460.74354.713419.61
Hex4321240332E4A1632214
Octal1034144063561125434224
Binary10000111000011001000110011101110100101010110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432124; }

 p { color: rgb(67,33,36); }

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

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

 a { background-color: rgb(67,33,36); }

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

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

 span { border-color: rgb(67,33,36); }

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