Html Css Color HEX #78082D Burgundy

📋 copy color: '#78082D'

red 120 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #78082D

Tints of Burgundy #78082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 69.36%
G = 4.62%
B = 26.01%

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

#78082D (or 0x78082D) is known color: Burgundy. HEX triplet: 78, 08 and 2D. RGB value is (120,8,45). Sum of RGB (Red+Green+Blue) = 120+8+45=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78082D is #87F7D2. Grayscale: #2D2D2D. Windows color (decimal): -8910803 or 2951288. OLE color: 2951288.

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

Color convert

RGB 120 8 45 -
CMYK 0 0.93 0.63 0.53
HSL 340.18º 0.88% 0.25% -
HSV(B) 340.18º 0.93% 0.47% -
XYZ 8.31 4.36 2.89 -
YUV 45.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 120 8 45 0 0.93 0.63 0.53 340.18 0.88 0.25
Hex 78 8 2D 0 5D 3F 35 154 58 19
Octal 170 10 55 0 135 77 65 524 130 31
Binary 1111000 1000 101101 0 1011101 111111 110101 101010100 1011000 11001

Color Harmonies of #78082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78082D

Black with #78082D

Text Example


Text Example

White with #78082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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