#402224

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

Shades of Bulgarian Rose #402224

Tints of Bulgarian Rose #402224

Color information

#402224 (or 0x402224) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 22 and 24. RGB value is (64,34,36). Sum of RGB (Red+Green+Blue) = 64+34+36=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402224 is #BFDDDB. Grayscale: #2B2B2B. Windows color (decimal): -12574172 or 2368064. OLE color: 2368064.

HSL color Cylindrical-coordinate representation of color #402224: hue angle of 356º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402224 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB643436-
CMYK00.470.440.75
HSL356º30.61%19.22%-
HSV(B)356º46.88%25.1%-
XYZ32.361.97-
YUV43.2123.94142.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=47.76%
G=25.37%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64343600.470.440.7535630.6119.22
Hex40222402F2C4B1641f13
Octal1004244057541135443723
Binary1000000100010100100010111110110010010111011001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402224; }

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

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

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

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

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

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

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

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