Html Css Color HEX #7F101B Burgundy

📋 copy color: '#7F101B'

red 127 ◦ green 16 ◦ blue 27

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

Shades of Burgundy #7F101B

Tints of Burgundy #7F101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 74.71%
G = 9.41%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#7F101B (or 0x7F101B) is known color: Burgundy. HEX triplet: 7F, 10 and 1B. RGB value is (127,16,27). Sum of RGB (Red+Green+Blue) = 127+16+27=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F101B is #80EFE4. Grayscale: #323232. Windows color (decimal): -8450021 or 1773695. OLE color: 1773695.

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

Color convert

RGB 127 16 27 -
CMYK 0 0.87 0.79 0.50
HSL 354.05º 0.78% 0.28% -
HSV(B) 354.05º 0.87% 0.5% -
XYZ 9.14 4.96 1.51 -
YUV 50.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 127 16 27 0 0.87 0.79 0.50 354.05 0.78 0.28
Hex 7F 10 1B 0 57 4F 32 162 4E 1C
Octal 177 20 33 0 127 117 62 542 116 34
Binary 1111111 10000 11011 0 1010111 1001111 110010 101100010 1001110 11100

Color Harmonies of #7F101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F101B

Black with #7F101B

Text Example


Text Example

White with #7F101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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