Html Css Color HEX #7F0729 Burgundy

📋 copy color: '#7F0729'

red 127 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #7F0729

Tints of Burgundy #7F0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 72.57%
G = 4%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F0729 (or 0x7F0729) is known color: Burgundy. HEX triplet: 7F, 07 and 29. RGB value is (127,7,41). Sum of RGB (Red+Green+Blue) = 127+7+41=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0729 is #80F8D6. Grayscale: #2E2E2E. Windows color (decimal): -8452311 or 2688895. OLE color: 2688895.

HSL color Cylindrical-coordinate representation of color #7F0729: hue angle of 343º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0729 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 7 41 -
CMYK 0 0.94 0.68 0.50
HSL 343º 0.9% 0.26% -
HSV(B) 343º 0.94% 0.5% -
XYZ 9.23 4.82 2.54 -
YUV 46.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 127 7 41 0 0.94 0.68 0.50 343 0.9 0.26
Hex 7F 7 29 0 5E 44 32 157 5A 1A
Octal 177 7 51 0 136 104 62 527 132 32
Binary 1111111 111 101001 0 1011110 1000100 110010 101010111 1011010 11010

Color Harmonies of #7F0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0729

Black with #7F0729

Text Example


Text Example

White with #7F0729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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