Html Css Color HEX #78060D Burgundy

📋 copy color: '#78060D'

red 120 ◦ green 6 ◦ blue 13

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

Shades of Burgundy #78060D

Tints of Burgundy #78060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 86.33%
G = 4.32%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78060D (or 0x78060D) is known color: Burgundy. HEX triplet: 78, 06 and 0D. RGB value is (120,6,13). Sum of RGB (Red+Green+Blue) = 120+6+13=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #78060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78060D is #87F9F2. Grayscale: #282828. Windows color (decimal): -8911347 or 853624. OLE color: 853624.

HSL color Cylindrical-coordinate representation of color #78060D: hue angle of 356.32º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78060D is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 13 -
CMYK 0 0.95 0.89 0.53
HSL 356.32º 0.9% 0.25% -
HSV(B) 356.32º 0.95% 0.47% -
XYZ 7.88 4.15 0.77 -
YUV 40.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 120 6 13 0 0.95 0.89 0.53 356.32 0.9 0.25
Hex 78 6 D 0 5F 59 35 164 5A 19
Octal 170 6 15 0 137 131 65 544 132 31
Binary 1111000 110 1101 0 1011111 1011001 110101 101100100 1011010 11001

Color Harmonies of #78060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78060D

Black with #78060D

Text Example


Text Example

White with #78060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,6,13); }

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

background-color css

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

 a { background-color: rgb(120,6,13); }

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

border-color css

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

 span { border-color: rgb(120,6,13); }

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