Html Css Color HEX #7F0F29 Burgundy

📋 copy color: '#7F0F29'

red 127 ◦ green 15 ◦ blue 41

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

Shades of Burgundy #7F0F29

Tints of Burgundy #7F0F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.2%

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

R = 69.4%
G = 8.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#7F0F29 (or 0x7F0F29) is known color: Burgundy. HEX triplet: 7F, 0F and 29. RGB value is (127,15,41). Sum of RGB (Red+Green+Blue) = 127+15+41=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0F29 is #80F0D6. Grayscale: #333333. Windows color (decimal): -8450263 or 2690943. OLE color: 2690943.

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

Color convert

RGB 127 15 41 -
CMYK 0 0.88 0.68 0.50
HSL 346.07º 0.79% 0.28% -
HSV(B) 346.07º 0.88% 0.5% -
XYZ 9.32 5.01 2.57 -
YUV 51.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 127 15 41 0 0.88 0.68 0.50 346.07 0.79 0.28
Hex 7F F 29 0 58 44 32 15A 4F 1C
Octal 177 17 51 0 130 104 62 532 117 34
Binary 1111111 1111 101001 0 1011000 1000100 110010 101011010 1001111 11100

Color Harmonies of #7F0F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0F29

Black with #7F0F29

Text Example


Text Example

White with #7F0F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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