Html Css Color HEX #7F112D Burgundy

📋 copy color: '#7F112D'

red 127 ◦ green 17 ◦ blue 45

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

Shades of Burgundy #7F112D

Tints of Burgundy #7F112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 67.2%
G = 8.99%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F112D (or 0x7F112D) is known color: Burgundy. HEX triplet: 7F, 11 and 2D. RGB value is (127,17,45). Sum of RGB (Red+Green+Blue) = 127+17+45=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F112D is #80EED2. Grayscale: #353535. Windows color (decimal): -8449747 or 2953599. OLE color: 2953599.

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

Color convert

RGB 127 17 45 -
CMYK 0 0.87 0.65 0.50
HSL 344.73º 0.76% 0.28% -
HSV(B) 344.73º 0.87% 0.5% -
XYZ 9.43 5.1 2.97 -
YUV 53.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 127 17 45 0 0.87 0.65 0.50 344.73 0.76 0.28
Hex 7F 11 2D 0 57 41 32 159 4C 1C
Octal 177 21 55 0 127 101 62 531 114 34
Binary 1111111 10001 101101 0 1010111 1000001 110010 101011001 1001100 11100

Color Harmonies of #7F112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F112D

Black with #7F112D

Text Example


Text Example

White with #7F112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,17,45); }

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

background-color css

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

 a { background-color: rgb(127,17,45); }

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

border-color css

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

 span { border-color: rgb(127,17,45); }

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