Html Css Color HEX #7B1012 Burgundy

📋 copy color: '#7B1012'

red 123 ◦ green 16 ◦ blue 18

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

Shades of Burgundy #7B1012

Tints of Burgundy #7B1012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 78.34%
G = 10.19%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B1012 (or 0x7B1012) is known color: Burgundy. HEX triplet: 7B, 10 and 12. RGB value is (123,16,18). Sum of RGB (Red+Green+Blue) = 123+16+18=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1012 is #84EFED. Grayscale: #303030. Windows color (decimal): -8712174 or 1183867. OLE color: 1183867.

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

Color convert

RGB 123 16 18 -
CMYK 0 0.87 0.85 0.52
HSL 358.88º 0.77% 0.27% -
HSV(B) 358.88º 0.87% 0.48% -
XYZ 8.46 4.63 1.02 -
YUV 48.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 123 16 18 0 0.87 0.85 0.52 358.88 0.77 0.27
Hex 7B 10 12 0 57 55 34 167 4D 1B
Octal 173 20 22 0 127 125 64 547 115 33
Binary 1111011 10000 10010 0 1010111 1010101 110100 101100111 1001101 11011

Color Harmonies of #7B1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1012

Black with #7B1012

Text Example


Text Example

White with #7B1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,16,18); }

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

background-color css

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

 a { background-color: rgb(123,16,18); }

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

border-color css

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

 span { border-color: rgb(123,16,18); }

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