Html Css Color HEX #532016 Caput Mortuum

📋 copy color: '#532016'

red 83 ◦ green 32 ◦ blue 22

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

Shades of Caput Mortuum #532016

Tints of Caput Mortuum #532016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 60.58%
G = 23.36%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532016 (or 0x532016) is known color: Caput Mortuum. HEX triplet: 53, 20 and 16. RGB value is (83,32,22). Sum of RGB (Red+Green+Blue) = 83+32+22=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532016 is #ACDFE9. Grayscale: #2E2E2E. Windows color (decimal): -11329514 or 1450067. OLE color: 1450067.

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

Color convert

RGB 83 32 22 -
CMYK 0 0.61 0.73 0.67
HSL 9.84º 0.58% 0.21% -
HSV(B) 9.84º 0.73% 0.33% -
XYZ 4.23 2.93 1.1 -
YUV 46.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 83 32 22 0 0.61 0.73 0.67 9.84 0.58 0.21
Hex 53 20 16 0 3D 49 43 A 3A 15
Octal 123 40 26 0 75 111 103 12 72 25
Binary 1010011 100000 10110 0 111101 1001001 1000011 1010 111010 10101

Color Harmonies of #532016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532016

Black with #532016

Text Example


Text Example

White with #532016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532016; }

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

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

background-color css

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

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

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

border-color css

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

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

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