Html Css Color HEX #7D0020 Burgundy

📋 copy color: '#7D0020'

red 125 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #7D0020

Tints of Burgundy #7D0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 79.62%
G = 0%
B = 20.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D0020 (or 0x7D0020) is known color: Burgundy. HEX triplet: 7D, 00 and 20. RGB value is (125,0,32). Sum of RGB (Red+Green+Blue) = 125+0+32=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0020 is #82FFDF. Grayscale: #292929. Windows color (decimal): -8585184 or 2097277. OLE color: 2097277.

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

Color convert

RGB 125 0 32 -
CMYK 0 1 0.74 0.51
HSL 344.64º 1% 0.25% -
HSV(B) 344.64º 1% 0.49% -
XYZ 8.72 4.46 1.77 -
YUV 41.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 125 0 32 0 1 0.74 0.51 344.64 1 0.25
Hex 7D 0 20 0 64 4A 33 159 64 19
Octal 175 0 40 0 144 112 63 531 144 31
Binary 1111101 0 100000 0 1100100 1001010 110011 101011001 1100100 11001

Color Harmonies of #7D0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0020

Black with #7D0020

Text Example


Text Example

White with #7D0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,32); }

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

background-color css

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

 a { background-color: rgb(125,0,32); }

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

border-color css

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

 span { border-color: rgb(125,0,32); }

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