Html Css Color HEX #7D032A Burgundy

📋 copy color: '#7D032A'

red 125 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #7D032A

Tints of Burgundy #7D032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 73.53%
G = 1.76%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D032A (or 0x7D032A) is known color: Burgundy. HEX triplet: 7D, 03 and 2A. RGB value is (125,3,42). Sum of RGB (Red+Green+Blue) = 125+3+42=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D032A is #82FCD5. Grayscale: #2B2B2B. Windows color (decimal): -8584406 or 2753405. OLE color: 2753405.

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

Color convert

RGB 125 3 42 -
CMYK 0 0.98 0.66 0.51
HSL 340.82º 0.95% 0.25% -
HSV(B) 340.82º 0.98% 0.49% -
XYZ 8.91 4.59 2.61 -
YUV 43.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 125 3 42 0 0.98 0.66 0.51 340.82 0.95 0.25
Hex 7D 3 2A 0 62 42 33 155 5F 19
Octal 175 3 52 0 142 102 63 525 137 31
Binary 1111101 11 101010 0 1100010 1000010 110011 101010101 1011111 11001

Color Harmonies of #7D032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D032A

Black with #7D032A

Text Example


Text Example

White with #7D032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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