#53161A

Color #53161A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #53161A

Tints of Burnt Crimson #53161A

Color information

#53161A (or 0x53161A) is unknown color: approx Burnt Crimson. HEX triplet: 53, 16 and 1A. RGB value is (83,22,26). Sum of RGB (Red+Green+Blue) = 83+22+26=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161A is #ACE9E5. Grayscale: #282828. Windows color (decimal): -11332070 or 1709651. OLE color: 1709651.

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

Color convert

RGB832226-
CMYK00.730.690.67
HSL356.07º58.1%20.59%-
HSV(B)356.07º73.49%32.55%-
XYZ4.042.491.24-
YUV40.7119.71158.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=63.36%
G=16.79%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83222600.730.690.67356.0758.120.59
Hex53161A04945431643a15
Octal123263201111051035447225
Binary10100111011011010010010011000101100001110110010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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