Html Css Color HEX #501617 Burnt Crimson

📋 copy color: '#501617'

red 80 ◦ green 22 ◦ blue 23

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

Shades of Burnt Crimson #501617

Tints of Burnt Crimson #501617

RGB

 RED value IS 80 (31.64% from 255) = 64%

 GREEN value IS 22 (8.98% from 255) = 17.6%

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 64%
G = 17.6%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501617 (or 0x501617) is known color: Burnt Crimson. HEX triplet: 50, 16 and 17. RGB value is (80,22,23). Sum of RGB (Red+Green+Blue) = 80+22+23=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501617 is #AFE9E8. Grayscale: #272727. Windows color (decimal): -11528681 or 1513040. OLE color: 1513040.

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

Color convert

RGB 80 22 23 -
CMYK 0 0.72 0.71 0.69
HSL 358.97º 0.57% 0.2% -
HSV(B) 358.97º 0.73% 0.31% -
XYZ 3.75 2.34 1.06 -
YUV 39.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 80 22 23 0 0.72 0.71 0.69 358.97 0.57 0.2
Hex 50 16 17 0 48 47 45 167 39 14
Octal 120 26 27 0 110 107 105 547 71 24
Binary 1010000 10110 10111 0 1001000 1000111 1000101 101100111 111001 10100

Color Harmonies of #501617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501617

Black with #501617

Text Example


Text Example

White with #501617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501617; }

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

 H1.HeaderClassName
 {
   color: #501617;
 }
 .AnyTagClassName
 {
   color: #501617;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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