Html Css Color HEX #7D082D Burgundy

📋 copy color: '#7D082D'

red 125 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #7D082D

Tints of Burgundy #7D082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 70.22%
G = 4.49%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D082D (or 0x7D082D) is known color: Burgundy. HEX triplet: 7D, 08 and 2D. RGB value is (125,8,45). Sum of RGB (Red+Green+Blue) = 125+8+45=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D082D is #82F7D2. Grayscale: #2F2F2F. Windows color (decimal): -8583123 or 2951293. OLE color: 2951293.

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

Color convert

RGB 125 8 45 -
CMYK 0 0.94 0.64 0.51
HSL 341.03º 0.88% 0.26% -
HSV(B) 341.03º 0.94% 0.49% -
XYZ 9.02 4.72 2.92 -
YUV 47.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 125 8 45 0 0.94 0.64 0.51 341.03 0.88 0.26
Hex 7D 8 2D 0 5E 40 33 155 58 1A
Octal 175 10 55 0 136 100 63 525 130 32
Binary 1111101 1000 101101 0 1011110 1000000 110011 101010101 1011000 11010

Color Harmonies of #7D082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D082D

Black with #7D082D

Text Example


Text Example

White with #7D082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,45); }

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

background-color css

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

 a { background-color: rgb(125,8,45); }

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

border-color css

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

 span { border-color: rgb(125,8,45); }

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