Html Css Color HEX #501718 Burnt Crimson

📋 copy color: '#501718'

red 80 ◦ green 23 ◦ blue 24

#501718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #501718

Tints of Burnt Crimson #501718

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.9%

R = 62.99%
G = 18.11%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#501718 (or 0x501718) is known color: 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

RGB 80 23 24 -
CMYK 0 0.71 0.70 0.69
HSL 358.95º 0.55% 0.2% -
HSV(B) 358.95º 0.71% 0.31% -
XYZ 3.78 2.38 1.13 -
YUV 40.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 80 23 24 0 0.71 0.70 0.69 358.95 0.55 0.2
Hex 50 17 18 0 47 46 45 167 37 14
Octal 120 27 30 0 107 106 105 547 67 24
Binary 1010000 10111 11000 0 1000111 1000110 1000101 101100111 110111 10100

Color Harmonies of #501718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501718

Black with #501718

Text Example


Text Example

White with #501718

Text Example


Text Example

HTML Codes & Css Web 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>