#462224

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

Shades of Bulgarian Rose #462224

Tints of Bulgarian Rose #462224

Color information

#462224 (or 0x462224) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 22 and 24. RGB value is (70,34,36). Sum of RGB (Red+Green+Blue) = 70+34+36=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462224 is #B9DDDB. Grayscale: #2D2D2D. Windows color (decimal): -12180956 or 2368070. OLE color: 2368070.

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

Color convert

RGB703436-
CMYK00.510.490.73
HSL356.67º34.62%20.39%-
HSV(B)356.67º51.43%27.45%-
XYZ3.422.571.99-
YUV44.99122.93145.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=50%
G=24.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70343600.510.490.73356.6734.6220.39
Hex46222403331491652314
Octal1064244063611115454324
Binary10001101000101001000110011110001100100110110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462224; }

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

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

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

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

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

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

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

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