#53261B

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

Shades of Caput Mortuum #53261B

Tints of Caput Mortuum #53261B

Color information

#53261B (or 0x53261B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 26 and 1B. RGB value is (83,38,27). Sum of RGB (Red+Green+Blue) = 83+38+27=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53261B is #ACD9E4. Grayscale: #323232. Windows color (decimal): -11327973 or 1779283. OLE color: 1779283.

HSL color Cylindrical-coordinate representation of color #53261B: hue angle of 11.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53261B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB833827-
CMYK00.540.670.67
HSL11.79º50.91%21.57%-
HSV(B)11.79º67.47%32.55%-
XYZ4.463.31.44-
YUV50.2114.91151.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=56.08%
G=25.68%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83382700.540.670.6711.7950.9121.57
Hex53261B0364343c3316
Octal1234633066103103146326
Binary101001110011011011011011010000111000011110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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