Html Css Color HEX #52271F Caput Mortuum

📋 copy color: '#52271F'

red 82 ◦ green 39 ◦ blue 31

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

Shades of Caput Mortuum #52271F

Tints of Caput Mortuum #52271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 53.95%
G = 25.66%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52271F (or 0x52271F) is known color: Caput Mortuum. HEX triplet: 52, 27 and 1F. RGB value is (82,39,31). Sum of RGB (Red+Green+Blue) = 82+39+31=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52271F is #ADD8E0. Grayscale: #333333. Windows color (decimal): -11393249 or 2041682. OLE color: 2041682.

HSL color Cylindrical-coordinate representation of color #52271F: hue angle of 9.41º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52271F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 39 31 -
CMYK 0 0.52 0.62 0.68
HSL 9.41º 0.45% 0.22% -
HSV(B) 9.41º 0.62% 0.32% -
XYZ 4.45 3.34 1.71 -
YUV 50.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 82 39 31 0 0.52 0.62 0.68 9.41 0.45 0.22
Hex 52 27 1F 0 34 3E 44 9 2D 16
Octal 122 47 37 0 64 76 104 11 55 26
Binary 1010010 100111 11111 0 110100 111110 1000100 1001 101101 10110

Color Harmonies of #52271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52271F

Black with #52271F

Text Example


Text Example

White with #52271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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