Html Css Color HEX #7B0919 Burgundy

📋 copy color: '#7B0919'

red 123 ◦ green 9 ◦ blue 25

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

Shades of Burgundy #7B0919

Tints of Burgundy #7B0919

RGB

 RED value IS 123 (48.44% from 255) = 78.34%

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

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 78.34%
G = 5.73%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7B0919 (or 0x7B0919) is known color: Burgundy. HEX triplet: 7B, 09 and 19. RGB value is (123,9,25). Sum of RGB (Red+Green+Blue) = 123+9+25=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0919 is #84F6E6. Grayscale: #2C2C2C. Windows color (decimal): -8713959 or 1640827. OLE color: 1640827.

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

Color convert

RGB 123 9 25 -
CMYK 0 0.93 0.80 0.52
HSL 351.58º 0.86% 0.26% -
HSV(B) 351.58º 0.93% 0.48% -
XYZ 8.44 4.48 1.34 -
YUV 44.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 123 9 25 0 0.93 0.80 0.52 351.58 0.86 0.26
Hex 7B 9 19 0 5D 50 34 160 56 1A
Octal 173 11 31 0 135 120 64 540 126 32
Binary 1111011 1001 11001 0 1011101 1010000 110100 101100000 1010110 11010

Color Harmonies of #7B0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0919

Black with #7B0919

Text Example


Text Example

White with #7B0919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,9,25); }

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

background-color css

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

 a { background-color: rgb(123,9,25); }

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

border-color css

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

 span { border-color: rgb(123,9,25); }

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