Html Css Color HEX #7E0E36 Burgundy

📋 copy color: '#7E0E36'

red 126 ◦ green 14 ◦ blue 54

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

Shades of Burgundy #7E0E36

Tints of Burgundy #7E0E36

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 64.95%
G = 7.22%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7E0E36 (or 0x7E0E36) is known color: Burgundy. HEX triplet: 7E, 0E and 36. RGB value is (126,14,54). Sum of RGB (Red+Green+Blue) = 126+14+54=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0E36 is #81F1C9. Grayscale: #333333. Windows color (decimal): -8516042 or 3542654. OLE color: 3542654.

HSL color Cylindrical-coordinate representation of color #7E0E36: hue angle of 338.57º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E36 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 14 54 -
CMYK 0 0.89 0.57 0.51
HSL 338.57º 0.8% 0.27% -
HSV(B) 338.57º 0.89% 0.49% -
XYZ 9.43 5.02 3.96 -
YUV 52.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 126 14 54 0 0.89 0.57 0.51 338.57 0.8 0.27
Hex 7E E 36 0 59 39 33 153 50 1B
Octal 176 16 66 0 131 71 63 523 120 33
Binary 1111110 1110 110110 0 1011001 111001 110011 101010011 1010000 11011

Color Harmonies of #7E0E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0E36

Black with #7E0E36

Text Example


Text Example

White with #7E0E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,14,54); }

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

background-color css

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

 a { background-color: rgb(126,14,54); }

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

border-color css

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

 span { border-color: rgb(126,14,54); }

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