Html Css Color HEX #52211C Caput Mortuum

📋 copy color: '#52211C'

red 82 ◦ green 33 ◦ blue 28

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

Shades of Caput Mortuum #52211C

Tints of Caput Mortuum #52211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.58%

R = 57.34%
G = 23.08%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52211C (or 0x52211C) is known color: Caput Mortuum. HEX triplet: 52, 21 and 1C. RGB value is (82,33,28). Sum of RGB (Red+Green+Blue) = 82+33+28=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52211C is #ADDEE3. Grayscale: #2F2F2F. Windows color (decimal): -11394788 or 1843538. OLE color: 1843538.

HSL color Cylindrical-coordinate representation of color #52211C: hue angle of 5.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52211C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 28 -
CMYK 0 0.60 0.66 0.68
HSL 5.56º 0.49% 0.22% -
HSV(B) 5.56º 0.66% 0.32% -
XYZ 4.23 2.97 1.45 -
YUV 47.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 82 33 28 0 0.60 0.66 0.68 5.56 0.49 0.22
Hex 52 21 1C 0 3C 42 44 6 31 16
Octal 122 41 34 0 74 102 104 6 61 26
Binary 1010010 100001 11100 0 111100 1000010 1000100 110 110001 10110

Color Harmonies of #52211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52211C

Black with #52211C

Text Example


Text Example

White with #52211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52211C; }

 p { color: rgb(82,33,28); }

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

background-color css

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

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

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

border-color css

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

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

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