#451F24

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

Shades of Bulgarian Rose #451F24

Tints of Bulgarian Rose #451F24

Color information

#451F24 (or 0x451F24) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 1F and 24. RGB value is (69,31,36). Sum of RGB (Red+Green+Blue) = 69+31+36=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #451F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F24 is #BAE0DB. Grayscale: #2A2A2A. Windows color (decimal): -12247260 or 2367301. OLE color: 2367301.

HSL color Cylindrical-coordinate representation of color #451F24: hue angle of 352.11º 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 #451F24 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB693136-
CMYK00.550.480.73
HSL352.11º38%19.61%-
HSV(B)352.11º55.07%27.06%-
XYZ3.262.371.96-
YUV42.93124.09146.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=50.74%
G=22.79%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69313600.550.480.73352.113819.61
Hex451F2403730491602614
Octal1053744067601115404624
Binary1000101111111001000110111110000100100110110000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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