Html Css Color HEX #52221D Caput Mortuum

📋 copy color: '#52221D'

red 82 ◦ green 34 ◦ blue 29

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

Shades of Caput Mortuum #52221D

Tints of Caput Mortuum #52221D

RGB

 RED value IS 82 (32.42% from 255) = 56.55%

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

 BLUE value IS 29 (11.72% from 255) = 20%

R = 56.55%
G = 23.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52221D (or 0x52221D) is known color: Caput Mortuum. HEX triplet: 52, 22 and 1D. RGB value is (82,34,29). Sum of RGB (Red+Green+Blue) = 82+34+29=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52221D is #ADDDE2. Grayscale: #2F2F2F. Windows color (decimal): -11394531 or 1909330. OLE color: 1909330.

HSL color Cylindrical-coordinate representation of color #52221D: hue angle of 5.66º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52221D is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 29 -
CMYK 0 0.59 0.65 0.68
HSL 5.66º 0.48% 0.22% -
HSV(B) 5.66º 0.65% 0.32% -
XYZ 4.27 3.03 1.52 -
YUV 47.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 82 34 29 0 0.59 0.65 0.68 5.66 0.48 0.22
Hex 52 22 1D 0 3B 41 44 6 30 16
Octal 122 42 35 0 73 101 104 6 60 26
Binary 1010010 100010 11101 0 111011 1000001 1000100 110 110000 10110

Color Harmonies of #52221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52221D

Black with #52221D

Text Example


Text Example

White with #52221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52221D; }

 p { color: rgb(82,34,29); }

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

background-color css

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

 a { background-color: rgb(82,34,29); }

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

border-color css

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

 span { border-color: rgb(82,34,29); }

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