Html Css Color HEX #7F0E1A Burgundy

📋 copy color: '#7F0E1A'

red 127 ◦ green 14 ◦ blue 26

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

Shades of Burgundy #7F0E1A

Tints of Burgundy #7F0E1A

RGB

 RED value IS 127 (50% from 255) = 76.05%

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 76.05%
G = 8.38%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F0E1A (or 0x7F0E1A) is known color: Burgundy. HEX triplet: 7F, 0E and 1A. RGB value is (127,14,26). Sum of RGB (Red+Green+Blue) = 127+14+26=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E1A is #80F1E5. Grayscale: #313131. Windows color (decimal): -8450534 or 1707647. OLE color: 1707647.

HSL color Cylindrical-coordinate representation of color #7F0E1A: hue angle of 353.63º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E1A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 14 26 -
CMYK 0 0.89 0.80 0.50
HSL 353.63º 0.8% 0.28% -
HSV(B) 353.63º 0.89% 0.5% -
XYZ 9.1 4.9 1.44 -
YUV 49.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 127 14 26 0 0.89 0.80 0.50 353.63 0.8 0.28
Hex 7F E 1A 0 59 50 32 162 50 1C
Octal 177 16 32 0 131 120 62 542 120 34
Binary 1111111 1110 11010 0 1011001 1010000 110010 101100010 1010000 11100

Color Harmonies of #7F0E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E1A

Black with #7F0E1A

Text Example


Text Example

White with #7F0E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,26); }

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

background-color css

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

 a { background-color: rgb(127,14,26); }

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

border-color css

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

 span { border-color: rgb(127,14,26); }

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