Html Css Color HEX #532113 Caput Mortuum

📋 copy color: '#532113'

red 83 ◦ green 33 ◦ blue 19

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

Shades of Caput Mortuum #532113

Tints of Caput Mortuum #532113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 61.48%
G = 24.44%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532113 (or 0x532113) is known color: Caput Mortuum. HEX triplet: 53, 21 and 13. RGB value is (83,33,19). Sum of RGB (Red+Green+Blue) = 83+33+19=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532113 is #ACDEEC. Grayscale: #2E2E2E. Windows color (decimal): -11329261 or 1253715. OLE color: 1253715.

HSL color Cylindrical-coordinate representation of color #532113: hue angle of 13.12º 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 #532113 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 19 -
CMYK 0 0.60 0.77 0.67
HSL 13.13º 0.63% 0.2% -
HSV(B) 13.13º 0.77% 0.33% -
XYZ 4.23 2.97 0.97 -
YUV 46.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 83 33 19 0 0.60 0.77 0.67 13.13 0.63 0.2
Hex 53 21 13 0 3C 4D 43 D 3F 14
Octal 123 41 23 0 74 115 103 15 77 24
Binary 1010011 100001 10011 0 111100 1001101 1000011 1101 111111 10100

Color Harmonies of #532113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532113

Black with #532113

Text Example


Text Example

White with #532113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532113; }

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

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

background-color css

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

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

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

border-color css

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

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

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