Html Css Color HEX #7F1123 Burgundy

📋 copy color: '#7F1123'

red 127 ◦ green 17 ◦ blue 35

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

Shades of Burgundy #7F1123

Tints of Burgundy #7F1123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 70.95%
G = 9.5%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#7F1123 (or 0x7F1123) is known color: Burgundy. HEX triplet: 7F, 11 and 23. RGB value is (127,17,35). Sum of RGB (Red+Green+Blue) = 127+17+35=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1123 is #80EEDC. Grayscale: #333333. Windows color (decimal): -8449757 or 2298239. OLE color: 2298239.

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

Color convert

RGB 127 17 35 -
CMYK 0 0.87 0.72 0.50
HSL 350.18º 0.76% 0.28% -
HSV(B) 350.18º 0.87% 0.5% -
XYZ 9.26 5.03 2.07 -
YUV 51.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 127 17 35 0 0.87 0.72 0.50 350.18 0.76 0.28
Hex 7F 11 23 0 57 48 32 15E 4C 1C
Octal 177 21 43 0 127 110 62 536 114 34
Binary 1111111 10001 100011 0 1010111 1001000 110010 101011110 1001100 11100

Color Harmonies of #7F1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1123

Black with #7F1123

Text Example


Text Example

White with #7F1123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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