Html Css Color HEX #78082B Burgundy

📋 copy color: '#78082B'

red 120 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #78082B

Tints of Burgundy #78082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 70.18%
G = 4.68%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78082B (or 0x78082B) is known color: Burgundy. HEX triplet: 78, 08 and 2B. RGB value is (120,8,43). Sum of RGB (Red+Green+Blue) = 120+8+43=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082B is #87F7D4. Grayscale: #2D2D2D. Windows color (decimal): -8910805 or 2820216. OLE color: 2820216.

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

Color convert

RGB 120 8 43 -
CMYK 0 0.93 0.64 0.53
HSL 341.25º 0.88% 0.25% -
HSV(B) 341.25º 0.93% 0.47% -
XYZ 8.27 4.34 2.69 -
YUV 45.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 120 8 43 0 0.93 0.64 0.53 341.25 0.88 0.25
Hex 78 8 2B 0 5D 40 35 155 58 19
Octal 170 10 53 0 135 100 65 525 130 31
Binary 1111000 1000 101011 0 1011101 1000000 110101 101010101 1011000 11001

Color Harmonies of #78082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78082B

Black with #78082B

Text Example


Text Example

White with #78082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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