Html Css Color HEX #78092D Burgundy

📋 copy color: '#78092D'

red 120 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #78092D

Tints of Burgundy #78092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 68.97%
G = 5.17%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78092D (or 0x78092D) is known color: Burgundy. HEX triplet: 78, 09 and 2D. RGB value is (120,9,45). Sum of RGB (Red+Green+Blue) = 120+9+45=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78092D is #87F6D2. Grayscale: #2E2E2E. Windows color (decimal): -8910547 or 2951544. OLE color: 2951544.

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

Color convert

RGB 120 9 45 -
CMYK 0 0.92 0.63 0.53
HSL 340.54º 0.86% 0.25% -
HSV(B) 340.54º 0.93% 0.47% -
XYZ 8.32 4.38 2.89 -
YUV 46.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 120 9 45 0 0.92 0.63 0.53 340.54 0.86 0.25
Hex 78 9 2D 0 5C 3F 35 155 56 19
Octal 170 11 55 0 134 77 65 525 126 31
Binary 1111000 1001 101101 0 1011100 111111 110101 101010101 1010110 11001

Color Harmonies of #78092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78092D

Black with #78092D

Text Example


Text Example

White with #78092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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