#501718

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

Shades of Burnt Crimson #501718

Tints of Burnt Crimson #501718

Color information

#501718 (or 0x501718) is unknown color: approx Burnt Crimson. HEX triplet: 50, 17 and 18. RGB value is (80,23,24). Sum of RGB (Red+Green+Blue) = 80+23+24=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501718 is #AFE8E7. Grayscale: #282828. Windows color (decimal): -11528424 or 1578832. OLE color: 1578832.

HSL color Cylindrical-coordinate representation of color #501718: hue angle of 358.95º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501718 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB802324-
CMYK00.710.700.69
HSL358.95º55.34%20.2%-
HSV(B)358.95º71.25%31.37%-
XYZ3.782.381.13-
YUV40.16118.88156.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=62.99%
G=18.11%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80232400.710.700.69358.9555.3420.2
Hex50171804746451673714
Octal120273001071061055476724
Binary10100001011111000010001111000110100010110110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501718; }

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

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

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

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

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

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

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

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