Html Css Color HEX #7D051A Burgundy

📋 copy color: '#7D051A'

red 125 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #7D051A

Tints of Burgundy #7D051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 80.13%
G = 3.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D051A (or 0x7D051A) is known color: Burgundy. HEX triplet: 7D, 05 and 1A. RGB value is (125,5,26). Sum of RGB (Red+Green+Blue) = 125+5+26=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D051A is #82FAE5. Grayscale: #2B2B2B. Windows color (decimal): -8583910 or 1705341. OLE color: 1705341.

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

Color convert

RGB 125 5 26 -
CMYK 0 0.96 0.79 0.51
HSL 349.5º 0.92% 0.25% -
HSV(B) 349.5º 0.96% 0.49% -
XYZ 8.7 4.54 1.4 -
YUV 43.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 125 5 26 0 0.96 0.79 0.51 349.5 0.92 0.25
Hex 7D 5 1A 0 60 4F 33 15E 5C 19
Octal 175 5 32 0 140 117 63 536 134 31
Binary 1111101 101 11010 0 1100000 1001111 110011 101011110 1011100 11001

Color Harmonies of #7D051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D051A

Black with #7D051A

Text Example


Text Example

White with #7D051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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