Html Css Color HEX #52241D Caput Mortuum

📋 copy color: '#52241D'

red 82 ◦ green 36 ◦ blue 29

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

Shades of Caput Mortuum #52241D

Tints of Caput Mortuum #52241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 55.78%
G = 24.49%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52241D (or 0x52241D) is known color: Caput Mortuum. HEX triplet: 52, 24 and 1D. RGB value is (82,36,29). Sum of RGB (Red+Green+Blue) = 82+36+29=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52241D is #ADDBE2. Grayscale: #313131. Windows color (decimal): -11394019 or 1909842. OLE color: 1909842.

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

Color convert

RGB 82 36 29 -
CMYK 0 0.56 0.65 0.68
HSL 7.92º 0.48% 0.22% -
HSV(B) 7.92º 0.65% 0.32% -
XYZ 4.33 3.14 1.54 -
YUV 48.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 82 36 29 0 0.56 0.65 0.68 7.92 0.48 0.22
Hex 52 24 1D 0 38 41 44 8 30 16
Octal 122 44 35 0 70 101 104 10 60 26
Binary 1010010 100100 11101 0 111000 1000001 1000100 1000 110000 10110

Color Harmonies of #52241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52241D

Black with #52241D

Text Example


Text Example

White with #52241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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