Html Css Color HEX #7D101F Burgundy

📋 copy color: '#7D101F'

red 125 ◦ green 16 ◦ blue 31

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

Shades of Burgundy #7D101F

Tints of Burgundy #7D101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 72.67%
G = 9.3%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7D101F (or 0x7D101F) is known color: Burgundy. HEX triplet: 7D, 10 and 1F. RGB value is (125,16,31). Sum of RGB (Red+Green+Blue) = 125+16+31=172 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.67% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 125 - color contains mainly: red. Hex color #7D101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D101F is #82EFE0. Grayscale: #323232. Windows color (decimal): -8581089 or 2035837. OLE color: 2035837.

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

Color convert

RGB 125 16 31 -
CMYK 0 0.87 0.75 0.51
HSL 351.74º 0.77% 0.28% -
HSV(B) 351.74º 0.87% 0.49% -
XYZ 8.89 4.83 1.76 -
YUV 50.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 125 16 31 0 0.87 0.75 0.51 351.74 0.77 0.28
Hex 7D 10 1F 0 57 4B 33 160 4D 1C
Octal 175 20 37 0 127 113 63 540 115 34
Binary 1111101 10000 11111 0 1010111 1001011 110011 101100000 1001101 11100

Color Harmonies of #7D101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D101F

Black with #7D101F

Text Example


Text Example

White with #7D101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,31); }

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

background-color css

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

 a { background-color: rgb(125,16,31); }

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

border-color css

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

 span { border-color: rgb(125,16,31); }

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