Html Css Color HEX #78092F Burgundy

📋 copy color: '#78092F'

red 120 ◦ green 9 ◦ blue 47

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

Shades of Burgundy #78092F

Tints of Burgundy #78092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 68.18%
G = 5.11%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78092F (or 0x78092F) is known color: Burgundy. HEX triplet: 78, 09 and 2F. RGB value is (120,9,47). Sum of RGB (Red+Green+Blue) = 120+9+47=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #78092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78092F is #87F6D0. Grayscale: #2E2E2E. Windows color (decimal): -8910545 or 3082616. OLE color: 3082616.

HSL color Cylindrical-coordinate representation of color #78092F: hue angle of 339.46º 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 #78092F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 47 -
CMYK 0 0.92 0.61 0.53
HSL 339.46º 0.86% 0.25% -
HSV(B) 339.46º 0.93% 0.47% -
XYZ 8.36 4.39 3.1 -
YUV 46.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 120 9 47 0 0.92 0.61 0.53 339.46 0.86 0.25
Hex 78 9 2F 0 5C 3D 35 153 56 19
Octal 170 11 57 0 134 75 65 523 126 31
Binary 1111000 1001 101111 0 1011100 111101 110101 101010011 1010110 11001

Color Harmonies of #78092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78092F

Black with #78092F

Text Example


Text Example

White with #78092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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