Html Css Color HEX #7B0913 Burgundy

📋 copy color: '#7B0913'

red 123 ◦ green 9 ◦ blue 19

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

Shades of Burgundy #7B0913

Tints of Burgundy #7B0913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 81.46%
G = 5.96%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B0913 (or 0x7B0913) is known color: Burgundy. HEX triplet: 7B, 09 and 13. RGB value is (123,9,19). Sum of RGB (Red+Green+Blue) = 123+9+19=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0913 is #84F6EC. Grayscale: #2C2C2C. Windows color (decimal): -8713965 or 1247611. OLE color: 1247611.

HSL color Cylindrical-coordinate representation of color #7B0913: hue angle of 354.74º 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 #7B0913 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 9 19 -
CMYK 0 0.93 0.85 0.52
HSL 354.74º 0.86% 0.26% -
HSV(B) 354.74º 0.93% 0.48% -
XYZ 8.38 4.45 1.03 -
YUV 44.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 123 9 19 0 0.93 0.85 0.52 354.74 0.86 0.26
Hex 7B 9 13 0 5D 55 34 163 56 1A
Octal 173 11 23 0 135 125 64 543 126 32
Binary 1111011 1001 10011 0 1011101 1010101 110100 101100011 1010110 11010

Color Harmonies of #7B0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0913

Black with #7B0913

Text Example


Text Example

White with #7B0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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