Html Css Color HEX #78082C Burgundy

📋 copy color: '#78082C'

red 120 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #78082C

Tints of Burgundy #78082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 69.77%
G = 4.65%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78082C (or 0x78082C) is known color: Burgundy. HEX triplet: 78, 08 and 2C. RGB value is (120,8,44). Sum of RGB (Red+Green+Blue) = 120+8+44=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082C is #87F7D3. Grayscale: #2D2D2D. Windows color (decimal): -8910804 or 2885752. OLE color: 2885752.

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

Color convert

RGB 120 8 44 -
CMYK 0 0.93 0.63 0.53
HSL 340.71º 0.88% 0.25% -
HSV(B) 340.71º 0.93% 0.47% -
XYZ 8.29 4.35 2.79 -
YUV 45.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 120 8 44 0 0.93 0.63 0.53 340.71 0.88 0.25
Hex 78 8 2C 0 5D 3F 35 155 58 19
Octal 170 10 54 0 135 77 65 525 130 31
Binary 1111000 1000 101100 0 1011101 111111 110101 101010101 1011000 11001

Color Harmonies of #78082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78082C

Black with #78082C

Text Example


Text Example

White with #78082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78082C; }

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

 H1.HeaderClassName
 {
   color: #78082C;
 }
 .AnyTagClassName
 {
   color: #78082C;
 }
</style>

background-color css

<style>
 a { background-color: #78082C; }

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

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

border-color css

<style>
 span { border-color: #78082C; }

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

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