Html Css Color HEX #53190C Caput Mortuum

📋 copy color: '#53190C'

red 83 ◦ green 25 ◦ blue 12

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

Shades of Caput Mortuum #53190C

Tints of Caput Mortuum #53190C

RGB

 RED value IS 83 (32.81% from 255) = 69.17%

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

 BLUE value IS 12 (5.08% from 255) = 10%

R = 69.17%
G = 20.83%
B = 10%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53190C (or 0x53190C) is known color: Caput Mortuum. HEX triplet: 53, 19 and 0C. RGB value is (83,25,12). Sum of RGB (Red+Green+Blue) = 83+25+12=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53190C is #ACE6F3. Grayscale: #282828. Windows color (decimal): -11331316 or 792915. OLE color: 792915.

HSL color Cylindrical-coordinate representation of color #53190C: hue angle of 10.99º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53190C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 12 -
CMYK 0 0.70 0.86 0.67
HSL 10.99º 0.75% 0.19% -
HSV(B) 10.99º 0.86% 0.33% -
XYZ 3.98 2.56 0.63 -
YUV 40.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 83 25 12 0 0.70 0.86 0.67 10.99 0.75 0.19
Hex 53 19 C 0 46 56 43 B 4B 13
Octal 123 31 14 0 106 126 103 13 113 23
Binary 1010011 11001 1100 0 1000110 1010110 1000011 1011 1001011 10011

Color Harmonies of #53190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53190C

Black with #53190C

Text Example


Text Example

White with #53190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53190C; }

 p { color: rgb(83,25,12); }

 H1.HeaderClassName
 {
   color: #53190C;
 }
 .AnyTagClassName
 {
   color: #53190C;
 }
</style>

background-color css

<style>
 a { background-color: #53190C; }

 a { background-color: rgb(83,25,12); }

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

border-color css

<style>
 span { border-color: #53190C; }

 span { border-color: rgb(83,25,12); }

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