Html Css Color HEX #532116 Caput Mortuum

📋 copy color: '#532116'

red 83 ◦ green 33 ◦ blue 22

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

Shades of Caput Mortuum #532116

Tints of Caput Mortuum #532116

RGB

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

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

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

R = 60.14%
G = 23.91%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532116 (or 0x532116) is known color: Caput Mortuum. HEX triplet: 53, 21 and 16. RGB value is (83,33,22). Sum of RGB (Red+Green+Blue) = 83+33+22=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #532116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532116 is #ACDEE9. Grayscale: #2E2E2E. Windows color (decimal): -11329258 or 1450323. OLE color: 1450323.

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

Color convert

RGB 83 33 22 -
CMYK 0 0.60 0.73 0.67
HSL 10.82º 0.58% 0.21% -
HSV(B) 10.82º 0.73% 0.33% -
XYZ 4.26 2.98 1.11 -
YUV 46.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 83 33 22 0 0.60 0.73 0.67 10.82 0.58 0.21
Hex 53 21 16 0 3C 49 43 B 3A 15
Octal 123 41 26 0 74 111 103 13 72 25
Binary 1010011 100001 10110 0 111100 1001001 1000011 1011 111010 10101

Color Harmonies of #532116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532116

Black with #532116

Text Example


Text Example

White with #532116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532116; }

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

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

background-color css

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

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

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

border-color css

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

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

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