Html Css Color HEX #780128 Burgundy

📋 copy color: '#780128'

red 120 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #780128

Tints of Burgundy #780128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 74.53%
G = 0.62%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#780128 (or 0x780128) is known color: Burgundy. HEX triplet: 78, 01 and 28. RGB value is (120,1,40). Sum of RGB (Red+Green+Blue) = 120+1+40=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780128 is #87FED7. Grayscale: #282828. Windows color (decimal): -8912600 or 2621816. OLE color: 2621816.

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

Color convert

RGB 120 1 40 -
CMYK 0 0.99 0.67 0.53
HSL 340.34º 0.98% 0.24% -
HSV(B) 340.34º 0.99% 0.47% -
XYZ 8.14 4.17 2.38 -
YUV 41.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 120 1 40 0 0.99 0.67 0.53 340.34 0.98 0.24
Hex 78 1 28 0 63 43 35 154 62 18
Octal 170 1 50 0 143 103 65 524 142 30
Binary 1111000 1 101000 0 1100011 1000011 110101 101010100 1100010 11000

Color Harmonies of #780128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780128

Black with #780128

Text Example


Text Example

White with #780128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780128; }

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

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

background-color css

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

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

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

border-color css

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

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

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