Html Css Color HEX #7F101C Burgundy

📋 copy color: '#7F101C'

red 127 ◦ green 16 ◦ blue 28

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

Shades of Burgundy #7F101C

Tints of Burgundy #7F101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 74.27%
G = 9.36%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F101C (or 0x7F101C) is known color: Burgundy. HEX triplet: 7F, 10 and 1C. RGB value is (127,16,28). Sum of RGB (Red+Green+Blue) = 127+16+28=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F101C is #80EFE3. Grayscale: #323232. Windows color (decimal): -8450020 or 1839231. OLE color: 1839231.

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

Color convert

RGB 127 16 28 -
CMYK 0 0.87 0.78 0.50
HSL 353.51º 0.78% 0.28% -
HSV(B) 353.51º 0.87% 0.5% -
XYZ 9.15 4.97 1.58 -
YUV 50.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 127 16 28 0 0.87 0.78 0.50 353.51 0.78 0.28
Hex 7F 10 1C 0 57 4E 32 162 4E 1C
Octal 177 20 34 0 127 116 62 542 116 34
Binary 1111111 10000 11100 0 1010111 1001110 110010 101100010 1001110 11100

Color Harmonies of #7F101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F101C

Black with #7F101C

Text Example


Text Example

White with #7F101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,28); }

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

background-color css

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

 a { background-color: rgb(127,16,28); }

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

border-color css

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

 span { border-color: rgb(127,16,28); }

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