Html Css Color HEX #780828 Burgundy

📋 copy color: '#780828'

red 120 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #780828

Tints of Burgundy #780828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

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

R = 71.43%
G = 4.76%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#780828 (or 0x780828) is known color: Burgundy. HEX triplet: 78, 08 and 28. RGB value is (120,8,40). Sum of RGB (Red+Green+Blue) = 120+8+40=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #780828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780828 is #87F7D7. Grayscale: #2D2D2D. Windows color (decimal): -8910808 or 2623608. OLE color: 2623608.

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

Color convert

RGB 120 8 40 -
CMYK 0 0.93 0.67 0.53
HSL 342.86º 0.88% 0.25% -
HSV(B) 342.86º 0.93% 0.47% -
XYZ 8.22 4.32 2.41 -
YUV 45.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 120 8 40 0 0.93 0.67 0.53 342.86 0.88 0.25
Hex 78 8 28 0 5D 43 35 157 58 19
Octal 170 10 50 0 135 103 65 527 130 31
Binary 1111000 1000 101000 0 1011101 1000011 110101 101010111 1011000 11001

Color Harmonies of #780828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780828

Black with #780828

Text Example


Text Example

White with #780828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780828; }

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

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

background-color css

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

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

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

border-color css

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

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

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