#462124

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

Shades of Bulgarian Rose #462124

Tints of Bulgarian Rose #462124

Color information

#462124 (or 0x462124) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 21 and 24. RGB value is (70,33,36). Sum of RGB (Red+Green+Blue) = 70+33+36=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462124 is #B9DEDB. Grayscale: #2C2C2C. Windows color (decimal): -12181212 or 2367814. OLE color: 2367814.

HSL color Cylindrical-coordinate representation of color #462124: hue angle of 355.14º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462124 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB703336-
CMYK00.530.490.73
HSL355.14º35.92%20.2%-
HSV(B)355.14º52.86%27.45%-
XYZ3.392.521.98-
YUV44.4123.26146.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=50.36%
G=23.74%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70333600.530.490.73355.1435.9220.2
Hex46212403531491632414
Octal1064144065611115434424
Binary10001101000011001000110101110001100100110110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462124; }

 p { color: rgb(70,33,36); }

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

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

 a { background-color: rgb(70,33,36); }

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

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

 span { border-color: rgb(70,33,36); }

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