#53251A

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

Shades of Caput Mortuum #53251A

Tints of Caput Mortuum #53251A

Color information

#53251A (or 0x53251A) is unknown color: approx Caput Mortuum. HEX triplet: 53, 25 and 1A. RGB value is (83,37,26). Sum of RGB (Red+Green+Blue) = 83+37+26=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251A is #ACDAE5. Grayscale: #313131. Windows color (decimal): -11328230 or 1713491. OLE color: 1713491.

HSL color Cylindrical-coordinate representation of color #53251A: hue angle of 11.58º 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 #53251A is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB833726-
CMYK00.550.690.67
HSL11.58º52.29%21.37%-
HSV(B)11.58º68.67%32.55%-
XYZ4.423.241.37-
YUV49.5114.74151.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=56.85%
G=25.34%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83372600.550.690.6711.5852.2921.37
Hex53251A0374543c3415
Octal1234532067105103146425
Binary101001110010111010011011110001011000011110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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