Html Css Color HEX #7D111A Burgundy

📋 copy color: '#7D111A'

red 125 ◦ green 17 ◦ blue 26

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

Shades of Burgundy #7D111A

Tints of Burgundy #7D111A

RGB

 RED value IS 125 (49.22% from 255) = 74.4%

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

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

R = 74.4%
G = 10.12%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D111A (or 0x7D111A) is known color: Burgundy. HEX triplet: 7D, 11 and 1A. RGB value is (125,17,26). Sum of RGB (Red+Green+Blue) = 125+17+26=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D111A is #82EEE5. Grayscale: #323232. Windows color (decimal): -8580838 or 1708413. OLE color: 1708413.

HSL color Cylindrical-coordinate representation of color #7D111A: hue angle of 355º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D111A is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 26 -
CMYK 0 0.86 0.79 0.51
HSL 355º 0.76% 0.28% -
HSV(B) 355º 0.86% 0.49% -
XYZ 8.84 4.84 1.44 -
YUV 50.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 125 17 26 0 0.86 0.79 0.51 355 0.76 0.28
Hex 7D 11 1A 0 56 4F 33 163 4C 1C
Octal 175 21 32 0 126 117 63 543 114 34
Binary 1111101 10001 11010 0 1010110 1001111 110011 101100011 1001100 11100

Color Harmonies of #7D111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D111A

Black with #7D111A

Text Example


Text Example

White with #7D111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,17,26); }

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

background-color css

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

 a { background-color: rgb(125,17,26); }

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

border-color css

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

 span { border-color: rgb(125,17,26); }

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