Html Css Color HEX #78081B Burgundy

📋 copy color: '#78081B'

red 120 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #78081B

Tints of Burgundy #78081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 77.42%
G = 5.16%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78081B (or 0x78081B) is known color: Burgundy. HEX triplet: 78, 08 and 1B. RGB value is (120,8,27). Sum of RGB (Red+Green+Blue) = 120+8+27=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #78081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78081B is #87F7E4. Grayscale: #2B2B2B. Windows color (decimal): -8910821 or 1771640. OLE color: 1771640.

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

Color convert

RGB 120 8 27 -
CMYK 0 0.93 0.78 0.53
HSL 349.82º 0.88% 0.25% -
HSV(B) 349.82º 0.93% 0.47% -
XYZ 8.03 4.25 1.43 -
YUV 43.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 120 8 27 0 0.93 0.78 0.53 349.82 0.88 0.25
Hex 78 8 1B 0 5D 4E 35 15E 58 19
Octal 170 10 33 0 135 116 65 536 130 31
Binary 1111000 1000 11011 0 1011101 1001110 110101 101011110 1011000 11001

Color Harmonies of #78081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78081B

Black with #78081B

Text Example


Text Example

White with #78081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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