Html Css Color HEX #52190D Caput Mortuum

📋 copy color: '#52190D'

red 82 ◦ green 25 ◦ blue 13

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

Shades of Caput Mortuum #52190D

Tints of Caput Mortuum #52190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.83%

 BLUE value IS 13 (5.47% from 255) = 10.83%

R = 68.33%
G = 20.83%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52190D (or 0x52190D) is known color: Caput Mortuum. HEX triplet: 52, 19 and 0D. RGB value is (82,25,13). Sum of RGB (Red+Green+Blue) = 82+25+13=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #52190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52190D is #ADE6F2. Grayscale: #282828. Windows color (decimal): -11396851 or 858450. OLE color: 858450.

HSL color Cylindrical-coordinate representation of color #52190D: hue angle of 10.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52190D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 13 -
CMYK 0 0.70 0.84 0.68
HSL 10.43º 0.73% 0.19% -
HSV(B) 10.43º 0.84% 0.32% -
XYZ 3.9 2.52 0.66 -
YUV 40.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 82 25 13 0 0.70 0.84 0.68 10.43 0.73 0.19
Hex 52 19 D 0 46 54 44 A 49 13
Octal 122 31 15 0 106 124 104 12 111 23
Binary 1010010 11001 1101 0 1000110 1010100 1000100 1010 1001001 10011

Color Harmonies of #52190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52190D

Black with #52190D

Text Example


Text Example

White with #52190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,25,13); }

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

background-color css

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

 a { background-color: rgb(82,25,13); }

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

border-color css

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

 span { border-color: rgb(82,25,13); }

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