Html Css Color HEX #532011 Caput Mortuum

📋 copy color: '#532011'

red 83 ◦ green 32 ◦ blue 17

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

Shades of Caput Mortuum #532011

Tints of Caput Mortuum #532011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.24%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 62.88%
G = 24.24%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532011 (or 0x532011) is known color: Caput Mortuum. HEX triplet: 53, 20 and 11. RGB value is (83,32,17). Sum of RGB (Red+Green+Blue) = 83+32+17=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532011 is #ACDFEE. Grayscale: #2D2D2D. Windows color (decimal): -11329519 or 1122387. OLE color: 1122387.

HSL color Cylindrical-coordinate representation of color #532011: hue angle of 13.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532011 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 17 -
CMYK 0 0.61 0.80 0.67
HSL 13.64º 0.66% 0.2% -
HSV(B) 13.64º 0.8% 0.33% -
XYZ 4.18 2.91 0.87 -
YUV 45.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 83 32 17 0 0.61 0.80 0.67 13.64 0.66 0.2
Hex 53 20 11 0 3D 50 43 E 42 14
Octal 123 40 21 0 75 120 103 16 102 24
Binary 1010011 100000 10001 0 111101 1010000 1000011 1110 1000010 10100

Color Harmonies of #532011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532011

Black with #532011

Text Example


Text Example

White with #532011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532011; }

 p { color: rgb(83,32,17); }

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

background-color css

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

 a { background-color: rgb(83,32,17); }

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

border-color css

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

 span { border-color: rgb(83,32,17); }

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