Html Css Color HEX #7D0D27 Burgundy

📋 copy color: '#7D0D27'

red 125 ◦ green 13 ◦ blue 39

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

Shades of Burgundy #7D0D27

Tints of Burgundy #7D0D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 70.62%
G = 7.34%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7D0D27 (or 0x7D0D27) is known color: Burgundy. HEX triplet: 7D, 0D and 27. RGB value is (125,13,39). Sum of RGB (Red+Green+Blue) = 125+13+39=177 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.62% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D27 is #82F2D8. Grayscale: #313131. Windows color (decimal): -8581849 or 2559357. OLE color: 2559357.

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

Color convert

RGB 125 13 39 -
CMYK 0 0.90 0.69 0.51
HSL 346.07º 0.81% 0.27% -
HSV(B) 346.07º 0.9% 0.49% -
XYZ 8.97 4.79 2.37 -
YUV 49.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 125 13 39 0 0.90 0.69 0.51 346.07 0.81 0.27
Hex 7D D 27 0 5A 45 33 15A 51 1B
Octal 175 15 47 0 132 105 63 532 121 33
Binary 1111101 1101 100111 0 1011010 1000101 110011 101011010 1010001 11011

Color Harmonies of #7D0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0D27

Black with #7D0D27

Text Example


Text Example

White with #7D0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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