Html Css Color HEX #7B011F Burgundy

📋 copy color: '#7B011F'

red 123 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #7B011F

Tints of Burgundy #7B011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 79.35%
G = 0.65%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B011F (or 0x7B011F) is known color: Burgundy. HEX triplet: 7B, 01 and 1F. RGB value is (123,1,31). Sum of RGB (Red+Green+Blue) = 123+1+31=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B011F is #84FEE0. Grayscale: #282828. Windows color (decimal): -8716001 or 2031995. OLE color: 2031995.

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

Color convert

RGB 123 1 31 -
CMYK 0 0.99 0.75 0.52
HSL 345.25º 0.98% 0.24% -
HSV(B) 345.25º 0.99% 0.48% -
XYZ 8.43 4.33 1.69 -
YUV 40.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 123 1 31 0 0.99 0.75 0.52 345.25 0.98 0.24
Hex 7B 1 1F 0 63 4B 34 159 62 18
Octal 173 1 37 0 143 113 64 531 142 30
Binary 1111011 1 11111 0 1100011 1001011 110100 101011001 1100010 11000

Color Harmonies of #7B011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B011F

Black with #7B011F

Text Example


Text Example

White with #7B011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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