#432324

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

Shades of Bulgarian Rose #432324

Tints of Bulgarian Rose #432324

Color information

#432324 (or 0x432324) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 23 and 24. RGB value is (67,35,36). Sum of RGB (Red+Green+Blue) = 67+35+36=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #432324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432324 is #BCDCDB. Grayscale: #2C2C2C. Windows color (decimal): -12377308 or 2368323. OLE color: 2368323.

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

Color convert

RGB673536-
CMYK00.480.460.74
HSL358.12º31.37%20%-
HSV(B)358.12º47.76%26.27%-
XYZ3.232.521.99-
YUV44.68123.1143.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=48.55%
G=25.36%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67353600.480.460.74358.1231.3720
Hex4323240302E4A1661f14
Octal1034344060561125463724
Binary1000011100011100100011000010111010010101011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432324; }

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

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

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

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

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

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

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

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