Html Css Color HEX #78092E Burgundy

📋 copy color: '#78092E'

red 120 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #78092E

Tints of Burgundy #78092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 68.57%
G = 5.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78092E (or 0x78092E) is known color: Burgundy. HEX triplet: 78, 09 and 2E. RGB value is (120,9,46). Sum of RGB (Red+Green+Blue) = 120+9+46=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #78092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78092E is #87F6D1. Grayscale: #2E2E2E. Windows color (decimal): -8910546 or 3017080. OLE color: 3017080.

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

Color convert

RGB 120 9 46 -
CMYK 0 0.92 0.62 0.53
HSL 340º 0.86% 0.25% -
HSV(B) 340º 0.93% 0.47% -
XYZ 8.34 4.39 2.99 -
YUV 46.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 120 9 46 0 0.92 0.62 0.53 340 0.86 0.25
Hex 78 9 2E 0 5C 3E 35 154 56 19
Octal 170 11 56 0 134 76 65 524 126 31
Binary 1111000 1001 101110 0 1011100 111110 110101 101010100 1010110 11001

Color Harmonies of #78092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78092E

Black with #78092E

Text Example


Text Example

White with #78092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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