Html Css Color HEX #7F0E22 Burgundy

📋 copy color: '#7F0E22'

red 127 ◦ green 14 ◦ blue 34

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

Shades of Burgundy #7F0E22

Tints of Burgundy #7F0E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.43%

R = 72.57%
G = 8%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#7F0E22 (or 0x7F0E22) is known color: Burgundy. HEX triplet: 7F, 0E and 22. RGB value is (127,14,34). Sum of RGB (Red+Green+Blue) = 127+14+34=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E22 is #80F1DD. Grayscale: #323232. Windows color (decimal): -8450526 or 2231935. OLE color: 2231935.

HSL color Cylindrical-coordinate representation of color #7F0E22: hue angle of 349.38º 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 #7F0E22 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 14 34 -
CMYK 0 0.89 0.73 0.50
HSL 349.38º 0.8% 0.28% -
HSV(B) 349.38º 0.89% 0.5% -
XYZ 9.2 4.94 1.98 -
YUV 50.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 127 14 34 0 0.89 0.73 0.50 349.38 0.8 0.28
Hex 7F E 22 0 59 49 32 15D 50 1C
Octal 177 16 42 0 131 111 62 535 120 34
Binary 1111111 1110 100010 0 1011001 1001001 110010 101011101 1010000 11100

Color Harmonies of #7F0E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E22

Black with #7F0E22

Text Example


Text Example

White with #7F0E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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