Html Css Color HEX #780313 Burgundy

📋 copy color: '#780313'

red 120 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #780313

Tints of Burgundy #780313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

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

R = 84.51%
G = 2.11%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#780313 (or 0x780313) is known color: Burgundy. HEX triplet: 78, 03 and 13. RGB value is (120,3,19). Sum of RGB (Red+Green+Blue) = 120+3+19=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #780313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780313 is #87FCEC. Grayscale: #272727. Windows color (decimal): -8912109 or 1246072. OLE color: 1246072.

HSL color Cylindrical-coordinate representation of color #780313: hue angle of 351.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780313 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 19 -
CMYK 0 0.98 0.84 0.53
HSL 351.79º 0.95% 0.24% -
HSV(B) 351.79º 0.98% 0.47% -
XYZ 7.9 4.11 0.99 -
YUV 39.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 120 3 19 0 0.98 0.84 0.53 351.79 0.95 0.24
Hex 78 3 13 0 62 54 35 160 5F 18
Octal 170 3 23 0 142 124 65 540 137 30
Binary 1111000 11 10011 0 1100010 1010100 110101 101100000 1011111 11000

Color Harmonies of #780313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780313

Black with #780313

Text Example


Text Example

White with #780313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780313; }

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

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

background-color css

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

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

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

border-color css

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

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

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