#53191C

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

Shades of Burnt Crimson #53191C

Tints of Burnt Crimson #53191C

Color information

#53191C (or 0x53191C) is unknown color: approx Burnt Crimson. HEX triplet: 53, 19 and 1C. RGB value is (83,25,28). Sum of RGB (Red+Green+Blue) = 83+25+28=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191C is #ACE6E3. Grayscale: #2A2A2A. Windows color (decimal): -11331300 or 1841491. OLE color: 1841491.

HSL color Cylindrical-coordinate representation of color #53191C: hue angle of 356.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53191C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB832528-
CMYK00.700.660.67
HSL356.9º53.7%21.18%-
HSV(B)356.9º69.88%32.55%-
XYZ4.122.621.39-
YUV42.68119.72156.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=61.03%
G=18.38%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83252800.700.660.67356.953.721.18
Hex53191C04642431653615
Octal123313401061021035456625
Binary10100111100111100010001101000010100001110110010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53191C; }

 p { color: rgb(83,25,28); }

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

<style>
 a { background-color: #53191C; }

 a { background-color: rgb(83,25,28); }

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

<style>
 span { border-color: #53191C; }

 span { border-color: rgb(83,25,28); }

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