Html Css Color HEX #7D0B16 Burgundy

📋 copy color: '#7D0B16'

red 125 ◦ green 11 ◦ blue 22

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

Shades of Burgundy #7D0B16

Tints of Burgundy #7D0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.96%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 79.11%
G = 6.96%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D0B16 (or 0x7D0B16) is known color: Burgundy. HEX triplet: 7D, 0B and 16. RGB value is (125,11,22). Sum of RGB (Red+Green+Blue) = 125+11+22=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0B16 is #82F4E9. Grayscale: #2E2E2E. Windows color (decimal): -8582378 or 1444733. OLE color: 1444733.

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

Color convert

RGB 125 11 22 -
CMYK 0 0.91 0.82 0.51
HSL 354.21º 0.84% 0.27% -
HSV(B) 354.21º 0.91% 0.49% -
XYZ 8.72 4.66 1.2 -
YUV 46.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 125 11 22 0 0.91 0.82 0.51 354.21 0.84 0.27
Hex 7D B 16 0 5B 52 33 162 54 1B
Octal 175 13 26 0 133 122 63 542 124 33
Binary 1111101 1011 10110 0 1011011 1010010 110011 101100010 1010100 11011

Color Harmonies of #7D0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0B16

Black with #7D0B16

Text Example


Text Example

White with #7D0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,11,22); }

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

background-color css

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

 a { background-color: rgb(125,11,22); }

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

border-color css

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

 span { border-color: rgb(125,11,22); }

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