Html Css Color HEX #7D042D Burgundy

📋 copy color: '#7D042D'

red 125 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #7D042D

Tints of Burgundy #7D042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 71.84%
G = 2.3%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D042D (or 0x7D042D) is known color: Burgundy. HEX triplet: 7D, 04 and 2D. RGB value is (125,4,45). Sum of RGB (Red+Green+Blue) = 125+4+45=174 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.84% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 125 - color contains mainly: red. Hex color #7D042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D042D is #82FBD2. Grayscale: #2C2C2C. Windows color (decimal): -8584147 or 2950269. OLE color: 2950269.

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

Color convert

RGB 125 4 45 -
CMYK 0 0.97 0.64 0.51
HSL 339.67º 0.94% 0.25% -
HSV(B) 339.67º 0.97% 0.49% -
XYZ 8.97 4.64 2.9 -
YUV 44.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 125 4 45 0 0.97 0.64 0.51 339.67 0.94 0.25
Hex 7D 4 2D 0 61 40 33 154 5E 19
Octal 175 4 55 0 141 100 63 524 136 31
Binary 1111101 100 101101 0 1100001 1000000 110011 101010100 1011110 11001

Color Harmonies of #7D042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D042D

Black with #7D042D

Text Example


Text Example

White with #7D042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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