Html Css Color HEX #7D0E1C Burgundy

📋 copy color: '#7D0E1C'

red 125 ◦ green 14 ◦ blue 28

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

Shades of Burgundy #7D0E1C

Tints of Burgundy #7D0E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.38%

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 74.85%
G = 8.38%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D0E1C (or 0x7D0E1C) is known color: Burgundy. HEX triplet: 7D, 0E and 1C. RGB value is (125,14,28). Sum of RGB (Red+Green+Blue) = 125+14+28=167 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.85% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0E1C is #82F1E3. Grayscale: #303030. Windows color (decimal): -8581604 or 1838717. OLE color: 1838717.

HSL color Cylindrical-coordinate representation of color #7D0E1C: hue angle of 352.43º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E1C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 14 28 -
CMYK 0 0.89 0.78 0.51
HSL 352.43º 0.8% 0.27% -
HSV(B) 352.43º 0.89% 0.49% -
XYZ 8.82 4.76 1.55 -
YUV 48.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 125 14 28 0 0.89 0.78 0.51 352.43 0.8 0.27
Hex 7D E 1C 0 59 4E 33 160 50 1B
Octal 175 16 34 0 131 116 63 540 120 33
Binary 1111101 1110 11100 0 1011001 1001110 110011 101100000 1010000 11011

Color Harmonies of #7D0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0E1C

Black with #7D0E1C

Text Example


Text Example

White with #7D0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,14,28); }

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

background-color css

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

 a { background-color: rgb(125,14,28); }

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

border-color css

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

 span { border-color: rgb(125,14,28); }

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