Html Css Color HEX #7B081C Burgundy

📋 copy color: '#7B081C'

red 123 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #7B081C

Tints of Burgundy #7B081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 77.36%
G = 5.03%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B081C (or 0x7B081C) is known color: Burgundy. HEX triplet: 7B, 08 and 1C. RGB value is (123,8,28). Sum of RGB (Red+Green+Blue) = 123+8+28=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B081C is #84F7E3. Grayscale: #2C2C2C. Windows color (decimal): -8714212 or 1837179. OLE color: 1837179.

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

Color convert

RGB 123 8 28 -
CMYK 0 0.93 0.77 0.52
HSL 349.57º 0.88% 0.26% -
HSV(B) 349.57º 0.93% 0.48% -
XYZ 8.46 4.47 1.51 -
YUV 44.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 123 8 28 0 0.93 0.77 0.52 349.57 0.88 0.26
Hex 7B 8 1C 0 5D 4D 34 15E 58 1A
Octal 173 10 34 0 135 115 64 536 130 32
Binary 1111011 1000 11100 0 1011101 1001101 110100 101011110 1011000 11010

Color Harmonies of #7B081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B081C

Black with #7B081C

Text Example


Text Example

White with #7B081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,28); }

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

background-color css

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

 a { background-color: rgb(123,8,28); }

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

border-color css

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

 span { border-color: rgb(123,8,28); }

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