Html Css Color HEX #78081F Burgundy

📋 copy color: '#78081F'

red 120 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #78081F

Tints of Burgundy #78081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 75.47%
G = 5.03%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78081F (or 0x78081F) is known color: Burgundy. HEX triplet: 78, 08 and 1F. RGB value is (120,8,31). Sum of RGB (Red+Green+Blue) = 120+8+31=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #78081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78081F is #87F7E0. Grayscale: #2C2C2C. Windows color (decimal): -8910817 or 2033784. OLE color: 2033784.

HSL color Cylindrical-coordinate representation of color #78081F: hue angle of 347.68º 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 #78081F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 31 -
CMYK 0 0.93 0.74 0.53
HSL 347.68º 0.88% 0.25% -
HSV(B) 347.68º 0.93% 0.47% -
XYZ 8.08 4.27 1.69 -
YUV 44.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 120 8 31 0 0.93 0.74 0.53 347.68 0.88 0.25
Hex 78 8 1F 0 5D 4A 35 15C 58 19
Octal 170 10 37 0 135 112 65 534 130 31
Binary 1111000 1000 11111 0 1011101 1001010 110101 101011100 1011000 11001

Color Harmonies of #78081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78081F

Black with #78081F

Text Example


Text Example

White with #78081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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