Html Css Color HEX #52271D Caput Mortuum

📋 copy color: '#52271D'

red 82 ◦ green 39 ◦ blue 29

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

Shades of Caput Mortuum #52271D

Tints of Caput Mortuum #52271D

RGB

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

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

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

R = 54.67%
G = 26%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52271D (or 0x52271D) is known color: Caput Mortuum. HEX triplet: 52, 27 and 1D. RGB value is (82,39,29). Sum of RGB (Red+Green+Blue) = 82+39+29=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #52271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52271D is #ADD8E2. Grayscale: #323232. Windows color (decimal): -11393251 or 1910610. OLE color: 1910610.

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

Color convert

RGB 82 39 29 -
CMYK 0 0.52 0.65 0.68
HSL 11.32º 0.48% 0.22% -
HSV(B) 11.32º 0.65% 0.32% -
XYZ 4.43 3.33 1.57 -
YUV 50.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 82 39 29 0 0.52 0.65 0.68 11.32 0.48 0.22
Hex 52 27 1D 0 34 41 44 B 30 16
Octal 122 47 35 0 64 101 104 13 60 26
Binary 1010010 100111 11101 0 110100 1000001 1000100 1011 110000 10110

Color Harmonies of #52271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52271D

Black with #52271D

Text Example


Text Example

White with #52271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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