Html Css Color HEX #402221 Livid Brown

📋 copy color: '#402221'

red 64 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #402221

Tints of Livid Brown #402221

RGB

 RED value IS 64 (25.39% from 255) = 48.85%

 GREEN value IS 34 (13.67% from 255) = 25.95%

 BLUE value IS 33 (13.28% from 255) = 25.19%

R = 48.85%
G = 25.95%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#402221 (or 0x402221) is known color: Livid Brown. HEX triplet: 40, 22 and 21. RGB value is (64,34,33). Sum of RGB (Red+Green+Blue) = 64+34+33=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402221 is #BFDDDE. Grayscale: #2A2A2A. Windows color (decimal): -12574175 or 2171456. OLE color: 2171456.

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

Color convert

RGB 64 34 33 -
CMYK 0 0.47 0.48 0.75
HSL 1.94º 0.32% 0.19% -
HSV(B) 1.94º 0.48% 0.25% -
XYZ 2.96 2.34 1.74 -
YUV 42.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 64 34 33 0 0.47 0.48 0.75 1.94 0.32 0.19
Hex 40 22 21 0 2F 30 4B 2 20 13
Octal 100 42 41 0 57 60 113 2 40 23
Binary 1000000 100010 100001 0 101111 110000 1001011 10 100000 10011

Color Harmonies of #402221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402221

Black with #402221

Text Example


Text Example

White with #402221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402221; }

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

 H1.HeaderClassName
 {
   color: #402221;
 }
 .AnyTagClassName
 {
   color: #402221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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