#451F20

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

Shades of Bulgarian Rose #451F20

Tints of Bulgarian Rose #451F20

Color information

#451F20 (or 0x451F20) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 1F and 20. RGB value is (69,31,32). Sum of RGB (Red+Green+Blue) = 69+31+32=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F20 is #BAE0DF. Grayscale: #2A2A2A. Windows color (decimal): -12247264 or 2105157. OLE color: 2105157.

HSL color Cylindrical-coordinate representation of color #451F20: hue angle of 358.42º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F20 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB693132-
CMYK00.550.540.73
HSL358.42º38%19.61%-
HSV(B)358.42º55.07%27.06%-
XYZ3.22.351.65-
YUV42.48122.09146.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=52.27%
G=23.48%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69313200.550.540.73358.423819.61
Hex451F2003736491662614
Octal1053740067661115464624
Binary1000101111111000000110111110110100100110110011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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