#531417

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

Shades of Burnt Crimson #531417

Tints of Burnt Crimson #531417

Color information

#531417 (or 0x531417) is unknown color: approx Burnt Crimson. HEX triplet: 53, 14 and 17. RGB value is (83,20,23). Sum of RGB (Red+Green+Blue) = 83+20+23=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531417 is #ACEBE8. Grayscale: #272727. Windows color (decimal): -11332585 or 1512531. OLE color: 1512531.

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

Color convert

RGB832023-
CMYK00.760.720.67
HSL357.14º61.17%20.2%-
HSV(B)357.14º75.9%32.55%-
XYZ3.972.41.06-
YUV39.18118.87159.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=65.87%
G=15.87%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83202300.760.720.67357.1461.1720.2
Hex53141704C48431653d14
Octal123242701141101035457524
Binary10100111010010111010011001001000100001110110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531417; }

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

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

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

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

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

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

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

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