#531718

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

Shades of Burnt Crimson #531718

Tints of Burnt Crimson #531718

Color information

#531718 (or 0x531718) is unknown color: approx Burnt Crimson. HEX triplet: 53, 17 and 18. RGB value is (83,23,24). Sum of RGB (Red+Green+Blue) = 83+23+24=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531718 is #ACE8E7. Grayscale: #292929. Windows color (decimal): -11331816 or 1578835. OLE color: 1578835.

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

Color convert

RGB832324-
CMYK00.720.710.67
HSL359º56.6%20.78%-
HSV(B)359º72.29%32.55%-
XYZ4.042.521.14-
YUV41.05118.38157.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=63.85%
G=17.69%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83232400.720.710.6735956.620.78
Hex53171804847431673915
Octal123273001101071035477125
Binary10100111011111000010010001000111100001110110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531718; }

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

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

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

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

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

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

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

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