#53261F

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

Shades of Caput Mortuum #53261F

Tints of Caput Mortuum #53261F

Color information

#53261F (or 0x53261F) is unknown color: approx Caput Mortuum. HEX triplet: 53, 26 and 1F. RGB value is (83,38,31). Sum of RGB (Red+Green+Blue) = 83+38+31=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53261F is #ACD9E0. Grayscale: #323232. Windows color (decimal): -11327969 or 2041427. OLE color: 2041427.

HSL color Cylindrical-coordinate representation of color #53261F: hue angle of 8.08º 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 #53261F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB833831-
CMYK00.540.630.67
HSL8.08º45.61%22.35%-
HSV(B)8.08º62.65%32.55%-
XYZ4.513.321.7-
YUV50.66116.91151.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=54.61%
G=25%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83383100.540.630.678.0845.6122.35
Hex53261F0363F4382e16
Octal123463706677103105626
Binary10100111001101111101101101111111000011100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53261F; }

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

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

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

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

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

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

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

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