Html Css Color HEX #780F13 Burgundy

📋 copy color: '#780F13'

red 120 ◦ green 15 ◦ blue 19

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

Shades of Burgundy #780F13

Tints of Burgundy #780F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.74%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 77.92%
G = 9.74%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#780F13 (or 0x780F13) is known color: Burgundy. HEX triplet: 78, 0F and 13. RGB value is (120,15,19). Sum of RGB (Red+Green+Blue) = 120+15+19=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #780F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F13 is #87F0EC. Grayscale: #2E2E2E. Windows color (decimal): -8909037 or 1249144. OLE color: 1249144.

HSL color Cylindrical-coordinate representation of color #780F13: hue angle of 357.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F13 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 19 -
CMYK 0 0.87 0.84 0.53
HSL 357.71º 0.78% 0.26% -
HSV(B) 357.71º 0.88% 0.47% -
XYZ 8.03 4.38 1.04 -
YUV 46.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 120 15 19 0 0.87 0.84 0.53 357.71 0.78 0.26
Hex 78 F 13 0 57 54 35 166 4E 1A
Octal 170 17 23 0 127 124 65 546 116 32
Binary 1111000 1111 10011 0 1010111 1010100 110101 101100110 1001110 11010

Color Harmonies of #780F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F13

Black with #780F13

Text Example


Text Example

White with #780F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F13; }

 p { color: rgb(120,15,19); }

 H1.HeaderClassName
 {
   color: #780F13;
 }
 .AnyTagClassName
 {
   color: #780F13;
 }
</style>

background-color css

<style>
 a { background-color: #780F13; }

 a { background-color: rgb(120,15,19); }

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

border-color css

<style>
 span { border-color: #780F13; }

 span { border-color: rgb(120,15,19); }

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