Html Css Color HEX #532220 Caput Mortuum

📋 copy color: '#532220'

red 83 ◦ green 34 ◦ blue 32

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

Shades of Caput Mortuum #532220

Tints of Caput Mortuum #532220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 55.7%
G = 22.82%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#532220 (or 0x532220) is known color: Caput Mortuum. HEX triplet: 53, 22 and 20. RGB value is (83,34,32). Sum of RGB (Red+Green+Blue) = 83+34+32=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532220 is #ACDDDF. Grayscale: #303030. Windows color (decimal): -11328992 or 2105939. OLE color: 2105939.

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

Color convert

RGB 83 34 32 -
CMYK 0 0.59 0.61 0.67
HSL 2.35º 0.44% 0.23% -
HSV(B) 2.35º 0.61% 0.33% -
XYZ 4.4 3.09 1.73 -
YUV 48.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 83 34 32 0 0.59 0.61 0.67 2.35 0.44 0.23
Hex 53 22 20 0 3B 3D 43 2 2C 17
Octal 123 42 40 0 73 75 103 2 54 27
Binary 1010011 100010 100000 0 111011 111101 1000011 10 101100 10111

Color Harmonies of #532220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532220

Black with #532220

Text Example


Text Example

White with #532220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532220; }

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

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

background-color css

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

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

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

border-color css

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

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

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