Html Css Color HEX #402224 Bulgarian Rose

📋 copy color: '#402224'

red 64 ◦ green 34 ◦ blue 36

#402224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #402224

Tints of Bulgarian Rose #402224

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 value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#402224 (or 0x402224) is known color: 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

RGB 64 34 36 -
CMYK 0 0.47 0.44 0.75
HSL 356º 0.31% 0.19% -
HSV(B) 356º 0.47% 0.25% -
XYZ 3 2.36 1.97 -
YUV 43.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 64 34 36 0 0.47 0.44 0.75 356 0.31 0.19
Hex 40 22 24 0 2F 2C 4B 164 1F 13
Octal 100 42 44 0 57 54 113 544 37 23
Binary 1000000 100010 100100 0 101111 101100 1001011 101100100 11111 10011

Color Harmonies of #402224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402224

Black with #402224

Text Example


Text Example

White with #402224

Text Example


Text Example

HTML Codes & Css Web 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>