Html Css Color HEX #7B011C Burgundy

📋 copy color: '#7B011C'

red 123 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #7B011C

Tints of Burgundy #7B011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 80.92%
G = 0.66%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B011C (or 0x7B011C) is known color: Burgundy. HEX triplet: 7B, 01 and 1C. RGB value is (123,1,28). Sum of RGB (Red+Green+Blue) = 123+1+28=152 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.92% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 123 - color contains mainly: red. Hex color #7B011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B011C is #84FEE3. Grayscale: #282828. Windows color (decimal): -8716004 or 1835387. OLE color: 1835387.

HSL color Cylindrical-coordinate representation of color #7B011C: hue angle of 346.72º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B011C is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 28 -
CMYK 0 0.99 0.77 0.52
HSL 346.72º 0.98% 0.24% -
HSV(B) 346.72º 0.99% 0.48% -
XYZ 8.39 4.32 1.49 -
YUV 40.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 123 1 28 0 0.99 0.77 0.52 346.72 0.98 0.24
Hex 7B 1 1C 0 63 4D 34 15B 62 18
Octal 173 1 34 0 143 115 64 533 142 30
Binary 1111011 1 11100 0 1100011 1001101 110100 101011011 1100010 11000

Color Harmonies of #7B011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B011C

Black with #7B011C

Text Example


Text Example

White with #7B011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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