Html Css Color HEX #7F0129 Burgundy

📋 copy color: '#7F0129'

red 127 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #7F0129

Tints of Burgundy #7F0129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 75.15%
G = 0.59%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F0129 (or 0x7F0129) is known color: Burgundy. HEX triplet: 7F, 01 and 29. RGB value is (127,1,41). Sum of RGB (Red+Green+Blue) = 127+1+41=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0129 is #80FED6. Grayscale: #2B2B2B. Windows color (decimal): -8453847 or 2687359. OLE color: 2687359.

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

Color convert

RGB 127 1 41 -
CMYK 0 0.99 0.68 0.50
HSL 340.95º 0.98% 0.25% -
HSV(B) 340.95º 0.99% 0.5% -
XYZ 9.16 4.69 2.52 -
YUV 43.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 127 1 41 0 0.99 0.68 0.50 340.95 0.98 0.25
Hex 7F 1 29 0 63 44 32 155 62 19
Octal 177 1 51 0 143 104 62 525 142 31
Binary 1111111 1 101001 0 1100011 1000100 110010 101010101 1100010 11001

Color Harmonies of #7F0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0129

Black with #7F0129

Text Example


Text Example

White with #7F0129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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