#53181B

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

Shades of Burnt Crimson #53181B

Tints of Burnt Crimson #53181B

Color information

#53181B (or 0x53181B) is unknown color: approx Burnt Crimson. HEX triplet: 53, 18 and 1B. RGB value is (83,24,27). Sum of RGB (Red+Green+Blue) = 83+24+27=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181B is #ACE7E4. Grayscale: #2A2A2A. Windows color (decimal): -11331557 or 1775699. OLE color: 1775699.

HSL color Cylindrical-coordinate representation of color #53181B: hue angle of 356.95º 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 #53181B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB832427-
CMYK00.710.670.67
HSL356.95º55.14%20.98%-
HSV(B)356.95º71.08%32.55%-
XYZ4.092.571.32-
YUV41.98119.55157.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=61.94%
G=17.91%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83242700.710.670.67356.9555.1420.98
Hex53181B04743431653715
Octal123303301071031035456725
Binary10100111100011011010001111000011100001110110010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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