Html Css Color HEX #7D0F29 Burgundy

📋 copy color: '#7D0F29'

red 125 ◦ green 15 ◦ blue 41

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

Shades of Burgundy #7D0F29

Tints of Burgundy #7D0F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 69.06%
G = 8.29%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7D0F29 (or 0x7D0F29) is known color: Burgundy. HEX triplet: 7D, 0F and 29. RGB value is (125,15,41). Sum of RGB (Red+Green+Blue) = 125+15+41=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0F29 is #82F0D6. Grayscale: #323232. Windows color (decimal): -8581335 or 2690941. OLE color: 2690941.

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

Color convert

RGB 125 15 41 -
CMYK 0 0.88 0.67 0.51
HSL 345.82º 0.79% 0.27% -
HSV(B) 345.82º 0.88% 0.49% -
XYZ 9.03 4.86 2.56 -
YUV 50.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 125 15 41 0 0.88 0.67 0.51 345.82 0.79 0.27
Hex 7D F 29 0 58 43 33 15A 4F 1B
Octal 175 17 51 0 130 103 63 532 117 33
Binary 1111101 1111 101001 0 1011000 1000011 110011 101011010 1001111 11011

Color Harmonies of #7D0F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F29

Black with #7D0F29

Text Example


Text Example

White with #7D0F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,15,41); }

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

background-color css

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

 a { background-color: rgb(125,15,41); }

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

border-color css

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

 span { border-color: rgb(125,15,41); }

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