#532B1F

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

Shades of Caput Mortuum #532B1F

Tints of Caput Mortuum #532B1F

Color information

#532B1F (or 0x532B1F) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2B and 1F. RGB value is (83,43,31). Sum of RGB (Red+Green+Blue) = 83+43+31=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B1F is #ACD4E0. Grayscale: #353535. Windows color (decimal): -11326689 or 2042707. OLE color: 2042707.

HSL color Cylindrical-coordinate representation of color #532B1F: hue angle of 13.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #532B1F is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB834331-
CMYK00.480.630.67
HSL13.85º45.61%22.35%-
HSV(B)13.85º62.65%32.55%-
XYZ4.683.671.76-
YUV53.59115.25148.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=52.87%
G=27.39%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83433100.480.630.6713.8545.6122.35
Hex532B1F0303F43e2e16
Octal123533706077103165626
Binary10100111010111111101100001111111000011111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532B1F; }

 p { color: rgb(83,43,31); }

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

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

 a { background-color: rgb(83,43,31); }

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

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

 span { border-color: rgb(83,43,31); }

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