Html Css Color HEX #532313 Caput Mortuum

📋 copy color: '#532313'

red 83 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #532313

Tints of Caput Mortuum #532313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 60.58%
G = 25.55%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532313 (or 0x532313) is known color: Caput Mortuum. HEX triplet: 53, 23 and 13. RGB value is (83,35,19). Sum of RGB (Red+Green+Blue) = 83+35+19=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532313 is #ACDCEC. Grayscale: #2F2F2F. Windows color (decimal): -11328749 or 1254227. OLE color: 1254227.

HSL color Cylindrical-coordinate representation of color #532313: hue angle of 15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532313 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 19 -
CMYK 0 0.58 0.77 0.67
HSL 15º 0.63% 0.2% -
HSV(B) 15º 0.77% 0.33% -
XYZ 4.29 3.09 0.99 -
YUV 47.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 83 35 19 0 0.58 0.77 0.67 15 0.63 0.2
Hex 53 23 13 0 3A 4D 43 F 3F 14
Octal 123 43 23 0 72 115 103 17 77 24
Binary 1010011 100011 10011 0 111010 1001101 1000011 1111 111111 10100

Color Harmonies of #532313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532313

Black with #532313

Text Example


Text Example

White with #532313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532313; }

 p { color: rgb(83,35,19); }

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

background-color css

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

 a { background-color: rgb(83,35,19); }

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

border-color css

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

 span { border-color: rgb(83,35,19); }

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