Html Css Color HEX #78050F Burgundy

📋 copy color: '#78050F'

red 120 ◦ green 5 ◦ blue 15

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

Shades of Burgundy #78050F

Tints of Burgundy #78050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 85.71%
G = 3.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78050F (or 0x78050F) is known color: Burgundy. HEX triplet: 78, 05 and 0F. RGB value is (120,5,15). Sum of RGB (Red+Green+Blue) = 120+5+15=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #78050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78050F is #87FAF0. Grayscale: #282828. Windows color (decimal): -8911601 or 984440. OLE color: 984440.

HSL color Cylindrical-coordinate representation of color #78050F: hue angle of 354.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 15 -
CMYK 0 0.96 0.87 0.53
HSL 354.78º 0.92% 0.25% -
HSV(B) 354.78º 0.96% 0.47% -
XYZ 7.89 4.14 0.83 -
YUV 40.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 120 5 15 0 0.96 0.87 0.53 354.78 0.92 0.25
Hex 78 5 F 0 60 57 35 163 5C 19
Octal 170 5 17 0 140 127 65 543 134 31
Binary 1111000 101 1111 0 1100000 1010111 110101 101100011 1011100 11001

Color Harmonies of #78050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78050F

Black with #78050F

Text Example


Text Example

White with #78050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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