#431D20

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

Shades of Bulgarian Rose #431D20

Tints of Bulgarian Rose #431D20

Color information

#431D20 (or 0x431D20) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 1D and 20. RGB value is (67,29,32). Sum of RGB (Red+Green+Blue) = 67+29+32=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D20 is #BCE2DF. Grayscale: #282828. Windows color (decimal): -12378848 or 2104643. OLE color: 2104643.

HSL color Cylindrical-coordinate representation of color #431D20: hue angle of 355.26º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D20 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB672932-
CMYK00.570.520.74
HSL355.26º39.58%18.82%-
HSV(B)355.26º56.72%26.27%-
XYZ3.012.181.63-
YUV40.7123.09146.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 32 (12.89% from 255) = 25%
R=52.34%
G=22.66%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67293200.570.520.74355.2639.5818.82
Hex431D20039344A1632813
Octal1033540071641125435023
Binary1000011111011000000111001110100100101010110001110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D20; }

 p { color: rgb(67,29,32); }

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

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

 a { background-color: rgb(67,29,32); }

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

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

 span { border-color: rgb(67,29,32); }

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