#53261A

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

Shades of Caput Mortuum #53261A

Tints of Caput Mortuum #53261A

Color information

#53261A (or 0x53261A) is unknown color: approx Caput Mortuum. HEX triplet: 53, 26 and 1A. RGB value is (83,38,26). Sum of RGB (Red+Green+Blue) = 83+38+26=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53261A is #ACD9E5. Grayscale: #323232. Windows color (decimal): -11327974 or 1713747. OLE color: 1713747.

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

Color convert

RGB833826-
CMYK00.540.690.67
HSL12.63º52.29%21.37%-
HSV(B)12.63º68.67%32.55%-
XYZ4.453.31.38-
YUV50.09114.41151.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=56.46%
G=25.85%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83382600.540.690.6712.6352.2921.37
Hex53261A0364543d3415
Octal1234632066105103156425
Binary101001110011011010011011010001011000011110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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