Html Css Color HEX #52231D Caput Mortuum

📋 copy color: '#52231D'

red 82 ◦ green 35 ◦ blue 29

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

Shades of Caput Mortuum #52231D

Tints of Caput Mortuum #52231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

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

R = 56.16%
G = 23.97%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52231D (or 0x52231D) is known color: Caput Mortuum. HEX triplet: 52, 23 and 1D. RGB value is (82,35,29). Sum of RGB (Red+Green+Blue) = 82+35+29=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52231D is #ADDCE2. Grayscale: #303030. Windows color (decimal): -11394275 or 1909586. OLE color: 1909586.

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

Color convert

RGB 82 35 29 -
CMYK 0 0.57 0.65 0.68
HSL 6.79º 0.48% 0.22% -
HSV(B) 6.79º 0.65% 0.32% -
XYZ 4.3 3.08 1.53 -
YUV 48.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 82 35 29 0 0.57 0.65 0.68 6.79 0.48 0.22
Hex 52 23 1D 0 39 41 44 7 30 16
Octal 122 43 35 0 71 101 104 7 60 26
Binary 1010010 100011 11101 0 111001 1000001 1000100 111 110000 10110

Color Harmonies of #52231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52231D

Black with #52231D

Text Example


Text Example

White with #52231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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