Html Css Color HEX #7E0F17 Burgundy

📋 copy color: '#7E0F17'

red 126 ◦ green 15 ◦ blue 23

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

Shades of Burgundy #7E0F17

Tints of Burgundy #7E0F17

RGB

 RED value IS 126 (49.61% from 255) = 76.83%

 GREEN value IS 15 (6.25% from 255) = 9.15%

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

R = 76.83%
G = 9.15%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7E0F17 (or 0x7E0F17) is known color: Burgundy. HEX triplet: 7E, 0F and 17. RGB value is (126,15,23). Sum of RGB (Red+Green+Blue) = 126+15+23=164 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.83% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0F17 is #81F0E8. Grayscale: #313131. Windows color (decimal): -8515817 or 1511294. OLE color: 1511294.

HSL color Cylindrical-coordinate representation of color #7E0F17: hue angle of 355.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F17 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 15 23 -
CMYK 0 0.88 0.82 0.51
HSL 355.68º 0.79% 0.28% -
HSV(B) 355.68º 0.88% 0.49% -
XYZ 8.93 4.84 1.27 -
YUV 49.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 126 15 23 0 0.88 0.82 0.51 355.68 0.79 0.28
Hex 7E F 17 0 58 52 33 164 4F 1C
Octal 176 17 27 0 130 122 63 544 117 34
Binary 1111110 1111 10111 0 1011000 1010010 110011 101100100 1001111 11100

Color Harmonies of #7E0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0F17

Black with #7E0F17

Text Example


Text Example

White with #7E0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E0F17; }

 p { color: rgb(126,15,23); }

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

background-color css

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

 a { background-color: rgb(126,15,23); }

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

border-color css

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

 span { border-color: rgb(126,15,23); }

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