Html Css Color HEX #7D031A Burgundy

📋 copy color: '#7D031A'

red 125 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #7D031A

Tints of Burgundy #7D031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 81.17%
G = 1.95%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D031A (or 0x7D031A) is known color: Burgundy. HEX triplet: 7D, 03 and 1A. RGB value is (125,3,26). Sum of RGB (Red+Green+Blue) = 125+3+26=154 (20% of max value = 765). Red value is 125 (49.22% from 255 or 81.17% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 125 - color contains mainly: red. Hex color #7D031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D031A is #82FCE5. Grayscale: #2A2A2A. Windows color (decimal): -8584422 or 1704829. OLE color: 1704829.

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

Color convert

RGB 125 3 26 -
CMYK 0 0.98 0.79 0.51
HSL 348.69º 0.95% 0.25% -
HSV(B) 348.69º 0.98% 0.49% -
XYZ 8.68 4.5 1.39 -
YUV 42.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 125 3 26 0 0.98 0.79 0.51 348.69 0.95 0.25
Hex 7D 3 1A 0 62 4F 33 15D 5F 19
Octal 175 3 32 0 142 117 63 535 137 31
Binary 1111101 11 11010 0 1100010 1001111 110011 101011101 1011111 11001

Color Harmonies of #7D031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D031A

Black with #7D031A

Text Example


Text Example

White with #7D031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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