Html Css Color HEX #78081D Burgundy

📋 copy color: '#78081D'

red 120 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #78081D

Tints of Burgundy #78081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 76.43%
G = 5.1%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78081D (or 0x78081D) is known color: Burgundy. HEX triplet: 78, 08 and 1D. RGB value is (120,8,29). Sum of RGB (Red+Green+Blue) = 120+8+29=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #78081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78081D is #87F7E2. Grayscale: #2B2B2B. Windows color (decimal): -8910819 or 1902712. OLE color: 1902712.

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

Color convert

RGB 120 8 29 -
CMYK 0 0.93 0.76 0.53
HSL 348.75º 0.88% 0.25% -
HSV(B) 348.75º 0.93% 0.47% -
XYZ 8.05 4.26 1.56 -
YUV 43.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 120 8 29 0 0.93 0.76 0.53 348.75 0.88 0.25
Hex 78 8 1D 0 5D 4C 35 15D 58 19
Octal 170 10 35 0 135 114 65 535 130 31
Binary 1111000 1000 11101 0 1011101 1001100 110101 101011101 1011000 11001

Color Harmonies of #78081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78081D

Black with #78081D

Text Example


Text Example

White with #78081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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