Html Css Color HEX #780933 Burgundy

📋 copy color: '#780933'

red 120 ◦ green 9 ◦ blue 51

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

Shades of Burgundy #780933

Tints of Burgundy #780933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.33%

R = 66.67%
G = 5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780933 (or 0x780933) is known color: Burgundy. HEX triplet: 78, 09 and 33. RGB value is (120,9,51). Sum of RGB (Red+Green+Blue) = 120+9+51=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #780933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780933 is #87F6CC. Grayscale: #2E2E2E. Windows color (decimal): -8910541 or 3344760. OLE color: 3344760.

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

Color convert

RGB 120 9 51 -
CMYK 0 0.92 0.58 0.53
HSL 337.3º 0.86% 0.25% -
HSV(B) 337.3º 0.93% 0.47% -
XYZ 8.44 4.43 3.54 -
YUV 46.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 120 9 51 0 0.92 0.58 0.53 337.3 0.86 0.25
Hex 78 9 33 0 5C 3A 35 151 56 19
Octal 170 11 63 0 134 72 65 521 126 31
Binary 1111000 1001 110011 0 1011100 111010 110101 101010001 1010110 11001

Color Harmonies of #780933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780933

Black with #780933

Text Example


Text Example

White with #780933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780933; }

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

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

background-color css

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

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

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

border-color css

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

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

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