Html Css Color HEX #7D0D1D Burgundy

📋 copy color: '#7D0D1D'

red 125 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #7D0D1D

Tints of Burgundy #7D0D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.78%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 74.85%
G = 7.78%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7D0D1D (or 0x7D0D1D) is known color: Burgundy. HEX triplet: 7D, 0D and 1D. RGB value is (125,13,29). Sum of RGB (Red+Green+Blue) = 125+13+29=167 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.85% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D1D is #82F2E2. Grayscale: #303030. Windows color (decimal): -8581859 or 1903997. OLE color: 1903997.

HSL color Cylindrical-coordinate representation of color #7D0D1D: hue angle of 351.43º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D1D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 13 29 -
CMYK 0 0.90 0.77 0.51
HSL 351.43º 0.81% 0.27% -
HSV(B) 351.43º 0.9% 0.49% -
XYZ 8.82 4.74 1.61 -
YUV 48.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 125 13 29 0 0.90 0.77 0.51 351.43 0.81 0.27
Hex 7D D 1D 0 5A 4D 33 15F 51 1B
Octal 175 15 35 0 132 115 63 537 121 33
Binary 1111101 1101 11101 0 1011010 1001101 110011 101011111 1010001 11011

Color Harmonies of #7D0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0D1D

Black with #7D0D1D

Text Example


Text Example

White with #7D0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,13,29); }

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

background-color css

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

 a { background-color: rgb(125,13,29); }

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

border-color css

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

 span { border-color: rgb(125,13,29); }

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