Html Css Color HEX #780530 Burgundy

📋 copy color: '#780530'

red 120 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #780530

Tints of Burgundy #780530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 69.36%
G = 2.89%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#780530 (or 0x780530) is known color: Burgundy. HEX triplet: 78, 05 and 30. RGB value is (120,5,48). Sum of RGB (Red+Green+Blue) = 120+5+48=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #780530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780530 is #87FACF. Grayscale: #2C2C2C. Windows color (decimal): -8911568 or 3147128. OLE color: 3147128.

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

Color convert

RGB 120 5 48 -
CMYK 0 0.96 0.60 0.53
HSL 337.57º 0.92% 0.25% -
HSV(B) 337.57º 0.96% 0.47% -
XYZ 8.33 4.32 3.19 -
YUV 44.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 120 5 48 0 0.96 0.60 0.53 337.57 0.92 0.25
Hex 78 5 30 0 60 3C 35 152 5C 19
Octal 170 5 60 0 140 74 65 522 134 31
Binary 1111000 101 110000 0 1100000 111100 110101 101010010 1011100 11001

Color Harmonies of #780530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780530

Black with #780530

Text Example


Text Example

White with #780530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780530; }

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

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

background-color css

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

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

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

border-color css

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

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

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