#431F20

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

Shades of Bulgarian Rose #431F20

Tints of Bulgarian Rose #431F20

Color information

#431F20 (or 0x431F20) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 1F and 20. RGB value is (67,31,32). Sum of RGB (Red+Green+Blue) = 67+31+32=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F20 is #BCE0DF. Grayscale: #292929. Windows color (decimal): -12378336 or 2105155. OLE color: 2105155.

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

Color convert

RGB673132-
CMYK00.540.520.74
HSL358.33º36.73%19.22%-
HSV(B)358.33º53.73%26.27%-
XYZ3.072.281.64-
YUV41.88122.43145.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=51.54%
G=23.85%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67313200.540.520.74358.3336.7319.22
Hex431F20036344A1662513
Octal1033740066641125464523
Binary1000011111111000000110110110100100101010110011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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