Html Css Color HEX #7B0412 Burgundy

📋 copy color: '#7B0412'

red 123 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #7B0412

Tints of Burgundy #7B0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 84.83%
G = 2.76%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B0412 (or 0x7B0412) is known color: Burgundy. HEX triplet: 7B, 04 and 12. RGB value is (123,4,18). Sum of RGB (Red+Green+Blue) = 123+4+18=145 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.83% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0412 is #84FBED. Grayscale: #292929. Windows color (decimal): -8715246 or 1180795. OLE color: 1180795.

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

Color convert

RGB 123 4 18 -
CMYK 0 0.97 0.85 0.52
HSL 352.94º 0.94% 0.25% -
HSV(B) 352.94º 0.97% 0.48% -
XYZ 8.32 4.34 0.97 -
YUV 41.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 123 4 18 0 0.97 0.85 0.52 352.94 0.94 0.25
Hex 7B 4 12 0 61 55 34 161 5E 19
Octal 173 4 22 0 141 125 64 541 136 31
Binary 1111011 100 10010 0 1100001 1010101 110100 101100001 1011110 11001

Color Harmonies of #7B0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0412

Black with #7B0412

Text Example


Text Example

White with #7B0412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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