Html Css Color HEX #52291D Caput Mortuum

📋 copy color: '#52291D'

red 82 ◦ green 41 ◦ blue 29

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

Shades of Caput Mortuum #52291D

Tints of Caput Mortuum #52291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

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

R = 53.95%
G = 26.97%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52291D (or 0x52291D) is known color: Caput Mortuum. HEX triplet: 52, 29 and 1D. RGB value is (82,41,29). Sum of RGB (Red+Green+Blue) = 82+41+29=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52291D is #ADD6E2. Grayscale: #333333. Windows color (decimal): -11392739 or 1911122. OLE color: 1911122.

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

Color convert

RGB 82 41 29 -
CMYK 0 0.50 0.65 0.68
HSL 13.58º 0.48% 0.22% -
HSV(B) 13.58º 0.65% 0.32% -
XYZ 4.49 3.47 1.59 -
YUV 51.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 82 41 29 0 0.50 0.65 0.68 13.58 0.48 0.22
Hex 52 29 1D 0 32 41 44 E 30 16
Octal 122 51 35 0 62 101 104 16 60 26
Binary 1010010 101001 11101 0 110010 1000001 1000100 1110 110000 10110

Color Harmonies of #52291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52291D

Black with #52291D

Text Example


Text Example

White with #52291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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