Html Css Color HEX #780015 Burgundy

📋 copy color: '#780015'

red 120 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #780015

Tints of Burgundy #780015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 85.11%
G = 0%
B = 14.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#780015 (or 0x780015) is known color: Burgundy. HEX triplet: 78, 00 and 15. RGB value is (120,0,21). Sum of RGB (Red+Green+Blue) = 120+0+21=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #780015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780015 is #87FFEA. Grayscale: #262626. Windows color (decimal): -8912875 or 1376376. OLE color: 1376376.

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

Color convert

RGB 120 0 21 -
CMYK 0 1 0.83 0.53
HSL 349.5º 1% 0.24% -
HSV(B) 349.5º 1% 0.47% -
XYZ 7.88 4.05 1.08 -
YUV 38.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 120 0 21 0 1 0.83 0.53 349.5 1 0.24
Hex 78 0 15 0 64 53 35 15E 64 18
Octal 170 0 25 0 144 123 65 536 144 30
Binary 1111000 0 10101 0 1100100 1010011 110101 101011110 1100100 11000

Color Harmonies of #780015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780015

Black with #780015

Text Example


Text Example

White with #780015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780015; }

 p { color: rgb(120,0,21); }

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

background-color css

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

 a { background-color: rgb(120,0,21); }

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

border-color css

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

 span { border-color: rgb(120,0,21); }

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