Html Css Color HEX #422121 Livid Brown

📋 copy color: '#422121'

red 66 ◦ green 33 ◦ blue 33

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

Shades of Livid Brown #422121

Tints of Livid Brown #422121

RGB

 RED value IS 66 (26.17% from 255) = 50%

 GREEN value IS 33 (13.28% from 255) = 25%

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

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422121 (or 0x422121) is known color: Livid Brown. HEX triplet: 42, 21 and 21. RGB value is (66,33,33). Sum of RGB (Red+Green+Blue) = 66+33+33=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #422121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422121 is #BDDEDE. Grayscale: #2A2A2A. Windows color (decimal): -12443359 or 2171202. OLE color: 2171202.

HSL color Cylindrical-coordinate representation of color #422121: hue angle of 0º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422121 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 33 -
CMYK 0 0.5 0.5 0.74
HSL 0.33% 0.19% -
HSV(B) 0.5% 0.26% -
XYZ 3.07 2.36 1.73 -
YUV 42.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 66 33 33 0 0.5 0.5 0.74 0 0.33 0.19
Hex 42 21 21 0 32 32 4A 0 21 13
Octal 102 41 41 0 62 62 112 0 41 23
Binary 1000010 100001 100001 0 110010 110010 1001010 0 100001 10011

Color Harmonies of #422121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422121

Black with #422121

Text Example


Text Example

White with #422121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422121; }

 p { color: rgb(66,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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