Html Css Color HEX #78011B Burgundy

📋 copy color: '#78011B'

red 120 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #78011B

Tints of Burgundy #78011B

RGB

 RED value IS 120 (47.27% from 255) = 81.08%

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 81.08%
G = 0.68%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78011B (or 0x78011B) is known color: Burgundy. HEX triplet: 78, 01 and 1B. RGB value is (120,1,27). Sum of RGB (Red+Green+Blue) = 120+1+27=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #78011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78011B is #87FEE4. Grayscale: #272727. Windows color (decimal): -8912613 or 1769848. OLE color: 1769848.

HSL color Cylindrical-coordinate representation of color #78011B: hue angle of 346.89º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78011B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 27 -
CMYK 0 0.99 0.78 0.53
HSL 346.89º 0.98% 0.24% -
HSV(B) 346.89º 0.99% 0.47% -
XYZ 7.95 4.09 1.41 -
YUV 39.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 120 1 27 0 0.99 0.78 0.53 346.89 0.98 0.24
Hex 78 1 1B 0 63 4E 35 15B 62 18
Octal 170 1 33 0 143 116 65 533 142 30
Binary 1111000 1 11011 0 1100011 1001110 110101 101011011 1100010 11000

Color Harmonies of #78011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78011B

Black with #78011B

Text Example


Text Example

White with #78011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78011B; }

 p { color: rgb(120,1,27); }

 H1.HeaderClassName
 {
   color: #78011B;
 }
 .AnyTagClassName
 {
   color: #78011B;
 }
</style>

background-color css

<style>
 a { background-color: #78011B; }

 a { background-color: rgb(120,1,27); }

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

border-color css

<style>
 span { border-color: #78011B; }

 span { border-color: rgb(120,1,27); }

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