Html Css Color HEX #78090F Burgundy

📋 copy color: '#78090F'

red 120 ◦ green 9 ◦ blue 15

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

Shades of Burgundy #78090F

Tints of Burgundy #78090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 83.33%
G = 6.25%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78090F (or 0x78090F) is known color: Burgundy. HEX triplet: 78, 09 and 0F. RGB value is (120,9,15). Sum of RGB (Red+Green+Blue) = 120+9+15=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #78090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78090F is #87F6F0. Grayscale: #2A2A2A. Windows color (decimal): -8910577 or 985464. OLE color: 985464.

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

Color convert

RGB 120 9 15 -
CMYK 0 0.92 0.87 0.53
HSL 356.76º 0.86% 0.25% -
HSV(B) 356.76º 0.93% 0.47% -
XYZ 7.93 4.22 0.85 -
YUV 42.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 120 9 15 0 0.92 0.87 0.53 356.76 0.86 0.25
Hex 78 9 F 0 5C 57 35 165 56 19
Octal 170 11 17 0 134 127 65 545 126 31
Binary 1111000 1001 1111 0 1011100 1010111 110101 101100101 1010110 11001

Color Harmonies of #78090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78090F

Black with #78090F

Text Example


Text Example

White with #78090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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