#532214

Color #532214 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #532214

Tints of Caput Mortuum #532214

Color information

#532214 (or 0x532214) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 14. RGB value is (83,34,20). Sum of RGB (Red+Green+Blue) = 83+34+20=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532214 is #ACDDEB. Grayscale: #2F2F2F. Windows color (decimal): -11329004 or 1319507. OLE color: 1319507.

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

Color convert

RGB833420-
CMYK00.590.760.67
HSL13.33º61.17%20.2%-
HSV(B)13.33º75.9%32.55%-
XYZ4.273.031.02-
YUV47.06112.73153.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=60.58%
G=24.82%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83342000.590.760.6713.3361.1720.2
Hex53221403B4C43d3d14
Octal1234224073114103157524
Binary101001110001010100011101110011001000011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532214; }

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

 H1.HeaderClassName
 {
   color: #532214;
 }
 .AnyTagClassName
 {
   color: #532214;
 }
</style>
background-color css

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

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

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

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

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

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