Html Css Color HEX #52271B Caput Mortuum

📋 copy color: '#52271B'

red 82 ◦ green 39 ◦ blue 27

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

Shades of Caput Mortuum #52271B

Tints of Caput Mortuum #52271B

RGB

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

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

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

R = 55.41%
G = 26.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52271B (or 0x52271B) is known color: Caput Mortuum. HEX triplet: 52, 27 and 1B. RGB value is (82,39,27). Sum of RGB (Red+Green+Blue) = 82+39+27=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52271B is #ADD8E4. Grayscale: #323232. Windows color (decimal): -11393253 or 1779538. OLE color: 1779538.

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

Color convert

RGB 82 39 27 -
CMYK 0 0.52 0.67 0.68
HSL 13.09º 0.5% 0.21% -
HSV(B) 13.09º 0.67% 0.32% -
XYZ 4.4 3.32 1.45 -
YUV 50.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 82 39 27 0 0.52 0.67 0.68 13.09 0.5 0.21
Hex 52 27 1B 0 34 43 44 D 32 15
Octal 122 47 33 0 64 103 104 15 62 25
Binary 1010010 100111 11011 0 110100 1000011 1000100 1101 110010 10101

Color Harmonies of #52271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52271B

Black with #52271B

Text Example


Text Example

White with #52271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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