Html Css Color HEX #780130 Burgundy

📋 copy color: '#780130'

red 120 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #780130

Tints of Burgundy #780130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 71.01%
G = 0.59%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#780130 (or 0x780130) is known color: Burgundy. HEX triplet: 78, 01 and 30. RGB value is (120,1,48). Sum of RGB (Red+Green+Blue) = 120+1+48=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #780130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780130 is #87FECF. Grayscale: #292929. Windows color (decimal): -8912592 or 3146104. OLE color: 3146104.

HSL color Cylindrical-coordinate representation of color #780130: hue angle of 336.3º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780130 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 48 -
CMYK 0 0.99 0.60 0.53
HSL 336.3º 0.98% 0.24% -
HSV(B) 336.3º 0.99% 0.47% -
XYZ 8.29 4.23 3.18 -
YUV 41.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 120 1 48 0 0.99 0.60 0.53 336.3 0.98 0.24
Hex 78 1 30 0 63 3C 35 150 62 18
Octal 170 1 60 0 143 74 65 520 142 30
Binary 1111000 1 110000 0 1100011 111100 110101 101010000 1100010 11000

Color Harmonies of #780130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780130

Black with #780130

Text Example


Text Example

White with #780130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780130; }

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

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

background-color css

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

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

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

border-color css

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

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

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