Html Css Color HEX #52201B Caput Mortuum

📋 copy color: '#52201B'

red 82 ◦ green 32 ◦ blue 27

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

Shades of Caput Mortuum #52201B

Tints of Caput Mortuum #52201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 58.16%
G = 22.7%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52201B (or 0x52201B) is known color: Caput Mortuum. HEX triplet: 52, 20 and 1B. RGB value is (82,32,27). Sum of RGB (Red+Green+Blue) = 82+32+27=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #52201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52201B is #ADDFE4. Grayscale: #2E2E2E. Windows color (decimal): -11395045 or 1777746. OLE color: 1777746.

HSL color Cylindrical-coordinate representation of color #52201B: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52201B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 27 -
CMYK 0 0.61 0.67 0.68
HSL 5.45º 0.5% 0.21% -
HSV(B) 5.45º 0.67% 0.32% -
XYZ 4.19 2.91 1.38 -
YUV 46.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 82 32 27 0 0.61 0.67 0.68 5.45 0.5 0.21
Hex 52 20 1B 0 3D 43 44 5 32 15
Octal 122 40 33 0 75 103 104 5 62 25
Binary 1010010 100000 11011 0 111101 1000011 1000100 101 110010 10101

Color Harmonies of #52201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52201B

Black with #52201B

Text Example


Text Example

White with #52201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52201B; }

 p { color: rgb(82,32,27); }

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

background-color css

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

 a { background-color: rgb(82,32,27); }

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

border-color css

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

 span { border-color: rgb(82,32,27); }

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