Html Css Color HEX #7B011E Burgundy

📋 copy color: '#7B011E'

red 123 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #7B011E

Tints of Burgundy #7B011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 79.87%
G = 0.65%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B011E (or 0x7B011E) is known color: Burgundy. HEX triplet: 7B, 01 and 1E. RGB value is (123,1,30). Sum of RGB (Red+Green+Blue) = 123+1+30=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B011E is #84FEE1. Grayscale: #282828. Windows color (decimal): -8716002 or 1966459. OLE color: 1966459.

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

Color convert

RGB 123 1 30 -
CMYK 0 0.99 0.76 0.52
HSL 345.74º 0.98% 0.24% -
HSV(B) 345.74º 0.99% 0.48% -
XYZ 8.41 4.33 1.62 -
YUV 40.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 123 1 30 0 0.99 0.76 0.52 345.74 0.98 0.24
Hex 7B 1 1E 0 63 4C 34 15A 62 18
Octal 173 1 36 0 143 114 64 532 142 30
Binary 1111011 1 11110 0 1100011 1001100 110100 101011010 1100010 11000

Color Harmonies of #7B011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B011E

Black with #7B011E

Text Example


Text Example

White with #7B011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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