Html Css Color HEX #780733 Burgundy

📋 copy color: '#780733'

red 120 ◦ green 7 ◦ blue 51

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

Shades of Burgundy #780733

Tints of Burgundy #780733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 67.42%
G = 3.93%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780733 (or 0x780733) is known color: Burgundy. HEX triplet: 78, 07 and 33. RGB value is (120,7,51). Sum of RGB (Red+Green+Blue) = 120+7+51=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780733 is #87F8CC. Grayscale: #2D2D2D. Windows color (decimal): -8911053 or 3344248. OLE color: 3344248.

HSL color Cylindrical-coordinate representation of color #780733: hue angle of 336.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780733 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 51 -
CMYK 0 0.94 0.58 0.53
HSL 336.64º 0.89% 0.25% -
HSV(B) 336.64º 0.94% 0.47% -
XYZ 8.42 4.38 3.53 -
YUV 45.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 120 7 51 0 0.94 0.58 0.53 336.64 0.89 0.25
Hex 78 7 33 0 5E 3A 35 151 59 19
Octal 170 7 63 0 136 72 65 521 131 31
Binary 1111000 111 110011 0 1011110 111010 110101 101010001 1011001 11001

Color Harmonies of #780733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780733

Black with #780733

Text Example


Text Example

White with #780733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780733; }

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

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

background-color css

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

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

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

border-color css

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

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

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