Html Css Color HEX #7F011D Burgundy

📋 copy color: '#7F011D'

red 127 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #7F011D

Tints of Burgundy #7F011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 80.89%
G = 0.64%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#7F011D (or 0x7F011D) is known color: Burgundy. HEX triplet: 7F, 01 and 1D. RGB value is (127,1,29). Sum of RGB (Red+Green+Blue) = 127+1+29=157 (20% of max value = 765). Red value is 127 (50% from 255 or 80.89% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 127 - color contains mainly: red. Hex color #7F011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F011D is #80FEE2. Grayscale: #292929. Windows color (decimal): -8453859 or 1900927. OLE color: 1900927.

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

Color convert

RGB 127 1 29 -
CMYK 0 0.99 0.77 0.50
HSL 346.67º 0.98% 0.25% -
HSV(B) 346.67º 0.99% 0.5% -
XYZ 8.99 4.62 1.58 -
YUV 41.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 127 1 29 0 0.99 0.77 0.50 346.67 0.98 0.25
Hex 7F 1 1D 0 63 4D 32 15B 62 19
Octal 177 1 35 0 143 115 62 533 142 31
Binary 1111111 1 11101 0 1100011 1001101 110010 101011011 1100010 11001

Color Harmonies of #7F011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F011D

Black with #7F011D

Text Example


Text Example

White with #7F011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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