Html Css Color HEX #7D0125 Burgundy

📋 copy color: '#7D0125'

red 125 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #7D0125

Tints of Burgundy #7D0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 76.69%
G = 0.61%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D0125 (or 0x7D0125) is known color: Burgundy. HEX triplet: 7D, 01 and 25. RGB value is (125,1,37). Sum of RGB (Red+Green+Blue) = 125+1+37=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0125 is #82FEDA. Grayscale: #2A2A2A. Windows color (decimal): -8584923 or 2425213. OLE color: 2425213.

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

Color convert

RGB 125 1 37 -
CMYK 0 0.99 0.70 0.51
HSL 342.58º 0.98% 0.25% -
HSV(B) 342.58º 0.99% 0.49% -
XYZ 8.8 4.52 2.16 -
YUV 42.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 125 1 37 0 0.99 0.70 0.51 342.58 0.98 0.25
Hex 7D 1 25 0 63 46 33 157 62 19
Octal 175 1 45 0 143 106 63 527 142 31
Binary 1111101 1 100101 0 1100011 1000110 110011 101010111 1100010 11001

Color Harmonies of #7D0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0125

Black with #7D0125

Text Example


Text Example

White with #7D0125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,37); }

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

background-color css

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

 a { background-color: rgb(125,1,37); }

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

border-color css

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

 span { border-color: rgb(125,1,37); }

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