Html Css Color HEX #52271C Caput Mortuum

📋 copy color: '#52271C'

red 82 ◦ green 39 ◦ blue 28

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

Shades of Caput Mortuum #52271C

Tints of Caput Mortuum #52271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

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

R = 55.03%
G = 26.17%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52271C (or 0x52271C) is known color: Caput Mortuum. HEX triplet: 52, 27 and 1C. RGB value is (82,39,28). Sum of RGB (Red+Green+Blue) = 82+39+28=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52271C is #ADD8E3. Grayscale: #323232. Windows color (decimal): -11393252 or 1845074. OLE color: 1845074.

HSL color Cylindrical-coordinate representation of color #52271C: hue angle of 12.22º 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 #52271C is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 39 28 -
CMYK 0 0.52 0.66 0.68
HSL 12.22º 0.49% 0.22% -
HSV(B) 12.22º 0.66% 0.32% -
XYZ 4.41 3.33 1.51 -
YUV 50.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 82 39 28 0 0.52 0.66 0.68 12.22 0.49 0.22
Hex 52 27 1C 0 34 42 44 C 31 16
Octal 122 47 34 0 64 102 104 14 61 26
Binary 1010010 100111 11100 0 110100 1000010 1000100 1100 110001 10110

Color Harmonies of #52271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52271C

Black with #52271C

Text Example


Text Example

White with #52271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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