Html Css Color HEX #7F0119 Burgundy

📋 copy color: '#7F0119'

red 127 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #7F0119

Tints of Burgundy #7F0119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 83.01%
G = 0.65%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F0119 (or 0x7F0119) is known color: Burgundy. HEX triplet: 7F, 01 and 19. RGB value is (127,1,25). Sum of RGB (Red+Green+Blue) = 127+1+25=153 (20% of max value = 765). Red value is 127 (50% from 255 or 83.01% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0119 is #80FEE6. Grayscale: #292929. Windows color (decimal): -8453863 or 1638783. OLE color: 1638783.

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

Color convert

RGB 127 1 25 -
CMYK 0 0.99 0.80 0.50
HSL 348.57º 0.98% 0.25% -
HSV(B) 348.57º 0.99% 0.5% -
XYZ 8.94 4.6 1.34 -
YUV 41.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 127 1 25 0 0.99 0.80 0.50 348.57 0.98 0.25
Hex 7F 1 19 0 63 50 32 15D 62 19
Octal 177 1 31 0 143 120 62 535 142 31
Binary 1111111 1 11001 0 1100011 1010000 110010 101011101 1100010 11001

Color Harmonies of #7F0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0119

Black with #7F0119

Text Example


Text Example

White with #7F0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,25); }

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

background-color css

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

 a { background-color: rgb(127,1,25); }

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

border-color css

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

 span { border-color: rgb(127,1,25); }

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