Html Css Color HEX #7B0131 Burgundy

📋 copy color: '#7B0131'

red 123 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #7B0131

Tints of Burgundy #7B0131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 71.1%
G = 0.58%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#7B0131 (or 0x7B0131) is known color: Burgundy. HEX triplet: 7B, 01 and 31. RGB value is (123,1,49). Sum of RGB (Red+Green+Blue) = 123+1+49=173 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.10% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0131 is #84FECE. Grayscale: #2A2A2A. Windows color (decimal): -8715983 or 3211643. OLE color: 3211643.

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

Color convert

RGB 123 1 49 -
CMYK 0 0.99 0.60 0.52
HSL 336.39º 0.98% 0.24% -
HSV(B) 336.39º 0.99% 0.48% -
XYZ 8.73 4.45 3.31 -
YUV 42.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 123 1 49 0 0.99 0.60 0.52 336.39 0.98 0.24
Hex 7B 1 31 0 63 3C 34 150 62 18
Octal 173 1 61 0 143 74 64 520 142 30
Binary 1111011 1 110001 0 1100011 111100 110100 101010000 1100010 11000

Color Harmonies of #7B0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0131

Black with #7B0131

Text Example


Text Example

White with #7B0131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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