#53181C

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

Shades of Burnt Crimson #53181C

Tints of Burnt Crimson #53181C

Color information

#53181C (or 0x53181C) is unknown color: approx Burnt Crimson. HEX triplet: 53, 18 and 1C. RGB value is (83,24,28). Sum of RGB (Red+Green+Blue) = 83+24+28=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181C is #ACE7E3. Grayscale: #2A2A2A. Windows color (decimal): -11331556 or 1841235. OLE color: 1841235.

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

Color convert

RGB832428-
CMYK00.710.660.67
HSL355.93º55.14%20.98%-
HSV(B)355.93º71.08%32.55%-
XYZ4.12.581.38-
YUV42.1120.05157.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=61.48%
G=17.78%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83242800.710.660.67355.9355.1420.98
Hex53181C04742431643715
Octal123303401071021035446725
Binary10100111100011100010001111000010100001110110010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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