Html Css Color HEX #780533 Burgundy

📋 copy color: '#780533'

red 120 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #780533

Tints of Burgundy #780533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 68.18%
G = 2.84%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780533 (or 0x780533) is known color: Burgundy. HEX triplet: 78, 05 and 33. RGB value is (120,5,51). Sum of RGB (Red+Green+Blue) = 120+5+51=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #780533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780533 is #87FACC. Grayscale: #2C2C2C. Windows color (decimal): -8911565 or 3343736. OLE color: 3343736.

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

Color convert

RGB 120 5 51 -
CMYK 0 0.96 0.58 0.53
HSL 336º 0.92% 0.25% -
HSV(B) 336º 0.96% 0.47% -
XYZ 8.4 4.34 3.53 -
YUV 44.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 120 5 51 0 0.96 0.58 0.53 336 0.92 0.25
Hex 78 5 33 0 60 3A 35 150 5C 19
Octal 170 5 63 0 140 72 65 520 134 31
Binary 1111000 101 110011 0 1100000 111010 110101 101010000 1011100 11001

Color Harmonies of #780533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780533

Black with #780533

Text Example


Text Example

White with #780533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780533; }

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

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

background-color css

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

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

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

border-color css

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

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

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