Html Css Color HEX #780428 Burgundy

📋 copy color: '#780428'

red 120 ◦ green 4 ◦ blue 40

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

Shades of Burgundy #780428

Tints of Burgundy #780428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 73.17%
G = 2.44%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#780428 (or 0x780428) is known color: Burgundy. HEX triplet: 78, 04 and 28. RGB value is (120,4,40). Sum of RGB (Red+Green+Blue) = 120+4+40=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780428 is #87FBD7. Grayscale: #2A2A2A. Windows color (decimal): -8911832 or 2622584. OLE color: 2622584.

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

Color convert

RGB 120 4 40 -
CMYK 0 0.97 0.67 0.53
HSL 341.38º 0.94% 0.24% -
HSV(B) 341.38º 0.97% 0.47% -
XYZ 8.17 4.23 2.39 -
YUV 42.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 120 4 40 0 0.97 0.67 0.53 341.38 0.94 0.24
Hex 78 4 28 0 61 43 35 155 5E 18
Octal 170 4 50 0 141 103 65 525 136 30
Binary 1111000 100 101000 0 1100001 1000011 110101 101010101 1011110 11000

Color Harmonies of #780428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780428

Black with #780428

Text Example


Text Example

White with #780428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780428; }

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

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

background-color css

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

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

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

border-color css

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

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

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