Html Css Color HEX #7F101A Burgundy

📋 copy color: '#7F101A'

red 127 ◦ green 16 ◦ blue 26

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

Shades of Burgundy #7F101A

Tints of Burgundy #7F101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 75.15%
G = 9.47%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F101A (or 0x7F101A) is known color: Burgundy. HEX triplet: 7F, 10 and 1A. RGB value is (127,16,26). Sum of RGB (Red+Green+Blue) = 127+16+26=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F101A is #80EFE5. Grayscale: #323232. Windows color (decimal): -8450022 or 1708159. OLE color: 1708159.

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

Color convert

RGB 127 16 26 -
CMYK 0 0.87 0.80 0.50
HSL 354.59º 0.78% 0.28% -
HSV(B) 354.59º 0.87% 0.5% -
XYZ 9.12 4.96 1.45 -
YUV 50.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 127 16 26 0 0.87 0.80 0.50 354.59 0.78 0.28
Hex 7F 10 1A 0 57 50 32 163 4E 1C
Octal 177 20 32 0 127 120 62 543 116 34
Binary 1111111 10000 11010 0 1010111 1010000 110010 101100011 1001110 11100

Color Harmonies of #7F101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F101A

Black with #7F101A

Text Example


Text Example

White with #7F101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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