Html Css Color HEX #7D0912 Burgundy

📋 copy color: '#7D0912'

red 125 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #7D0912

Tints of Burgundy #7D0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 82.24%
G = 5.92%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D0912 (or 0x7D0912) is known color: Burgundy. HEX triplet: 7D, 09 and 12. RGB value is (125,9,18). Sum of RGB (Red+Green+Blue) = 125+9+18=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0912 is #82F6ED. Grayscale: #2C2C2C. Windows color (decimal): -8582894 or 1182077. OLE color: 1182077.

HSL color Cylindrical-coordinate representation of color #7D0912: hue angle of 355.34º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0912 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 9 18 -
CMYK 0 0.93 0.86 0.51
HSL 355.34º 0.87% 0.26% -
HSV(B) 355.34º 0.93% 0.49% -
XYZ 8.66 4.6 1 -
YUV 44.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 125 9 18 0 0.93 0.86 0.51 355.34 0.87 0.26
Hex 7D 9 12 0 5D 56 33 163 57 1A
Octal 175 11 22 0 135 126 63 543 127 32
Binary 1111101 1001 10010 0 1011101 1010110 110011 101100011 1010111 11010

Color Harmonies of #7D0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0912

Black with #7D0912

Text Example


Text Example

White with #7D0912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,18); }

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

background-color css

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

 a { background-color: rgb(125,9,18); }

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

border-color css

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

 span { border-color: rgb(125,9,18); }

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