Html Css Color HEX #7E0127 Burgundy

📋 copy color: '#7E0127'

red 126 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #7E0127

Tints of Burgundy #7E0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 75.9%
G = 0.6%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7E0127 (or 0x7E0127) is known color: Burgundy. HEX triplet: 7E, 01 and 27. RGB value is (126,1,39). Sum of RGB (Red+Green+Blue) = 126+1+39=166 (21% of max value = 765). Red value is 126 (49.61% from 255 or 75.90% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0127 is #81FED8. Grayscale: #2A2A2A. Windows color (decimal): -8519385 or 2556286. OLE color: 2556286.

HSL color Cylindrical-coordinate representation of color #7E0127: hue angle of 341.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0127 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 1 39 -
CMYK 0 0.99 0.69 0.51
HSL 341.76º 0.98% 0.25% -
HSV(B) 341.76º 0.99% 0.49% -
XYZ 8.98 4.6 2.33 -
YUV 42.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 126 1 39 0 0.99 0.69 0.51 341.76 0.98 0.25
Hex 7E 1 27 0 63 45 33 156 62 19
Octal 176 1 47 0 143 105 63 526 142 31
Binary 1111110 1 100111 0 1100011 1000101 110011 101010110 1100010 11001

Color Harmonies of #7E0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0127

Black with #7E0127

Text Example


Text Example

White with #7E0127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,1,39); }

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

background-color css

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

 a { background-color: rgb(126,1,39); }

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

border-color css

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

 span { border-color: rgb(126,1,39); }

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