Html Css Color HEX #7D0336 Burgundy

📋 copy color: '#7D0336'

red 125 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #7D0336

Tints of Burgundy #7D0336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.67%

R = 68.68%
G = 1.65%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D0336 (or 0x7D0336) is known color: Burgundy. HEX triplet: 7D, 03 and 36. RGB value is (125,3,54). Sum of RGB (Red+Green+Blue) = 125+3+54=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0336 is #82FCC9. Grayscale: #2D2D2D. Windows color (decimal): -8584394 or 3539837. OLE color: 3539837.

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

Color convert

RGB 125 3 54 -
CMYK 0 0.98 0.57 0.51
HSL 334.92º 0.95% 0.25% -
HSV(B) 334.92º 0.98% 0.49% -
XYZ 9.16 4.69 3.91 -
YUV 45.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 125 3 54 0 0.98 0.57 0.51 334.92 0.95 0.25
Hex 7D 3 36 0 62 39 33 14F 5F 19
Octal 175 3 66 0 142 71 63 517 137 31
Binary 1111101 11 110110 0 1100010 111001 110011 101001111 1011111 11001

Color Harmonies of #7D0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0336

Black with #7D0336

Text Example


Text Example

White with #7D0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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