Html Css Color HEX #7D032C Burgundy

📋 copy color: '#7D032C'

red 125 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #7D032C

Tints of Burgundy #7D032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 72.67%
G = 1.74%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D032C (or 0x7D032C) is known color: Burgundy. HEX triplet: 7D, 03 and 2C. RGB value is (125,3,44). Sum of RGB (Red+Green+Blue) = 125+3+44=172 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.67% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 125 - color contains mainly: red. Hex color #7D032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D032C is #82FCD3. Grayscale: #2C2C2C. Windows color (decimal): -8584404 or 2884477. OLE color: 2884477.

HSL color Cylindrical-coordinate representation of color #7D032C: hue angle of 339.84º 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 #7D032C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 3 44 -
CMYK 0 0.98 0.65 0.51
HSL 339.84º 0.95% 0.25% -
HSV(B) 339.84º 0.98% 0.49% -
XYZ 8.94 4.61 2.8 -
YUV 44.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 125 3 44 0 0.98 0.65 0.51 339.84 0.95 0.25
Hex 7D 3 2C 0 62 41 33 154 5F 19
Octal 175 3 54 0 142 101 63 524 137 31
Binary 1111101 11 101100 0 1100010 1000001 110011 101010100 1011111 11001

Color Harmonies of #7D032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D032C

Black with #7D032C

Text Example


Text Example

White with #7D032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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