#421F20

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

Shades of Bulgarian Rose #421F20

Tints of Bulgarian Rose #421F20

Color information

#421F20 (or 0x421F20) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 1F and 20. RGB value is (66,31,32). Sum of RGB (Red+Green+Blue) = 66+31+32=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #421F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F20 is #BDE0DF. Grayscale: #292929. Windows color (decimal): -12443872 or 2105154. OLE color: 2105154.

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

Color convert

RGB663132-
CMYK00.530.520.74
HSL358.29º36.08%19.02%-
HSV(B)358.29º53.03%25.88%-
XYZ32.241.64-
YUV41.58122.6145.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=51.16%
G=24.03%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66313200.530.520.74358.2936.0819.02
Hex421F20035344A1662413
Octal1023740065641125464423
Binary1000010111111000000110101110100100101010110011010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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