Html Css Color HEX #7B0118 Burgundy

📋 copy color: '#7B0118'

red 123 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #7B0118

Tints of Burgundy #7B0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 83.11%
G = 0.68%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7B0118 (or 0x7B0118) is known color: Burgundy. HEX triplet: 7B, 01 and 18. RGB value is (123,1,24). Sum of RGB (Red+Green+Blue) = 123+1+24=148 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.11% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0118 is #84FEE7. Grayscale: #282828. Windows color (decimal): -8716008 or 1573243. OLE color: 1573243.

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

Color convert

RGB 123 1 24 -
CMYK 0 0.99 0.80 0.52
HSL 348.69º 0.98% 0.24% -
HSV(B) 348.69º 0.99% 0.48% -
XYZ 8.34 4.3 1.25 -
YUV 40.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 123 1 24 0 0.99 0.80 0.52 348.69 0.98 0.24
Hex 7B 1 18 0 63 50 34 15D 62 18
Octal 173 1 30 0 143 120 64 535 142 30
Binary 1111011 1 11000 0 1100011 1010000 110100 101011101 1100010 11000

Color Harmonies of #7B0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0118

Black with #7B0118

Text Example


Text Example

White with #7B0118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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