Html Css Color HEX #780833 Burgundy

📋 copy color: '#780833'

red 120 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #780833

Tints of Burgundy #780833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 67.04%
G = 4.47%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780833 (or 0x780833) is known color: Burgundy. HEX triplet: 78, 08 and 33. RGB value is (120,8,51). Sum of RGB (Red+Green+Blue) = 120+8+51=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780833 is #87F7CC. Grayscale: #2E2E2E. Windows color (decimal): -8910797 or 3344504. OLE color: 3344504.

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

Color convert

RGB 120 8 51 -
CMYK 0 0.93 0.58 0.53
HSL 336.96º 0.88% 0.25% -
HSV(B) 336.96º 0.93% 0.47% -
XYZ 8.43 4.41 3.54 -
YUV 46.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 120 8 51 0 0.93 0.58 0.53 336.96 0.88 0.25
Hex 78 8 33 0 5D 3A 35 151 58 19
Octal 170 10 63 0 135 72 65 521 130 31
Binary 1111000 1000 110011 0 1011101 111010 110101 101010001 1011000 11001

Color Harmonies of #780833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780833

Black with #780833

Text Example


Text Example

White with #780833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780833; }

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

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

background-color css

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

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

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

border-color css

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

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

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