#53181D

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

Shades of Burnt Crimson #53181D

Tints of Burnt Crimson #53181D

Color information

#53181D (or 0x53181D) is unknown color: approx Burnt Crimson. HEX triplet: 53, 18 and 1D. RGB value is (83,24,29). Sum of RGB (Red+Green+Blue) = 83+24+29=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181D is #ACE7E2. Grayscale: #2A2A2A. Windows color (decimal): -11331555 or 1906771. OLE color: 1906771.

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

Color convert

RGB832429-
CMYK00.710.650.67
HSL354.92º55.14%20.98%-
HSV(B)354.92º71.08%32.55%-
XYZ4.122.581.44-
YUV42.21120.55157.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=61.03%
G=17.65%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83242900.710.650.67354.9255.1420.98
Hex53181D04741431633715
Octal123303501071011035436725
Binary10100111100011101010001111000001100001110110001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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