Html Css Color HEX #7D0620 Burgundy

📋 copy color: '#7D0620'

red 125 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #7D0620

Tints of Burgundy #7D0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 76.69%
G = 3.68%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D0620 (or 0x7D0620) is known color: Burgundy. HEX triplet: 7D, 06 and 20. RGB value is (125,6,32). Sum of RGB (Red+Green+Blue) = 125+6+32=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0620 is #82F9DF. Grayscale: #2C2C2C. Windows color (decimal): -8583648 or 2098813. OLE color: 2098813.

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

Color convert

RGB 125 6 32 -
CMYK 0 0.95 0.74 0.51
HSL 346.89º 0.91% 0.26% -
HSV(B) 346.89º 0.95% 0.49% -
XYZ 8.78 4.59 1.79 -
YUV 44.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 125 6 32 0 0.95 0.74 0.51 346.89 0.91 0.26
Hex 7D 6 20 0 5F 4A 33 15B 5B 1A
Octal 175 6 40 0 137 112 63 533 133 32
Binary 1111101 110 100000 0 1011111 1001010 110011 101011011 1011011 11010

Color Harmonies of #7D0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0620

Black with #7D0620

Text Example


Text Example

White with #7D0620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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