#532823

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

Shades of Caput Mortuum #532823

Tints of Caput Mortuum #532823

Color information

#532823 (or 0x532823) is unknown color: approx Caput Mortuum. HEX triplet: 53, 28 and 23. RGB value is (83,40,35). Sum of RGB (Red+Green+Blue) = 83+40+35=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532823 is #ACD7DC. Grayscale: #343434. Windows color (decimal): -11327453 or 2304083. OLE color: 2304083.

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

Color convert

RGB834035-
CMYK00.520.580.67
HSL6.25º40.68%23.14%-
HSV(B)6.25º57.83%32.55%-
XYZ4.633.482.02-
YUV52.29118.25149.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=52.53%
G=25.32%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83403500.520.580.676.2540.6823.14
Hex5328230343A4362917
Octal12350430647210365127
Binary10100111010001000110110100111010100001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532823; }

 p { color: rgb(83,40,35); }

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

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

 a { background-color: rgb(83,40,35); }

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

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

 span { border-color: rgb(83,40,35); }

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