Html Css Color HEX #78082A Burgundy

📋 copy color: '#78082A'

red 120 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #78082A

Tints of Burgundy #78082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 70.59%
G = 4.71%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78082A (or 0x78082A) is known color: Burgundy. HEX triplet: 78, 08 and 2A. RGB value is (120,8,42). Sum of RGB (Red+Green+Blue) = 120+8+42=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082A is #87F7D5. Grayscale: #2D2D2D. Windows color (decimal): -8910806 or 2754680. OLE color: 2754680.

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

Color convert

RGB 120 8 42 -
CMYK 0 0.93 0.65 0.53
HSL 341.79º 0.88% 0.25% -
HSV(B) 341.79º 0.93% 0.47% -
XYZ 8.25 4.33 2.59 -
YUV 45.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 120 8 42 0 0.93 0.65 0.53 341.79 0.88 0.25
Hex 78 8 2A 0 5D 41 35 156 58 19
Octal 170 10 52 0 135 101 65 526 130 31
Binary 1111000 1000 101010 0 1011101 1000001 110101 101010110 1011000 11001

Color Harmonies of #78082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78082A

Black with #78082A

Text Example


Text Example

White with #78082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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