Html Css Color HEX #780316 Burgundy

📋 copy color: '#780316'

red 120 ◦ green 3 ◦ blue 22

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

Shades of Burgundy #780316

Tints of Burgundy #780316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 82.76%
G = 2.07%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#780316 (or 0x780316) is known color: Burgundy. HEX triplet: 78, 03 and 16. RGB value is (120,3,22). Sum of RGB (Red+Green+Blue) = 120+3+22=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #780316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780316 is #87FCE9. Grayscale: #282828. Windows color (decimal): -8912106 or 1442680. OLE color: 1442680.

HSL color Cylindrical-coordinate representation of color #780316: hue angle of 350.26º 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 #780316 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 22 -
CMYK 0 0.98 0.82 0.53
HSL 350.26º 0.95% 0.24% -
HSV(B) 350.26º 0.98% 0.47% -
XYZ 7.92 4.12 1.14 -
YUV 40.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 120 3 22 0 0.98 0.82 0.53 350.26 0.95 0.24
Hex 78 3 16 0 62 52 35 15E 5F 18
Octal 170 3 26 0 142 122 65 536 137 30
Binary 1111000 11 10110 0 1100010 1010010 110101 101011110 1011111 11000

Color Harmonies of #780316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780316

Black with #780316

Text Example


Text Example

White with #780316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780316; }

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

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

background-color css

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

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

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

border-color css

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

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

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