Html Css Color HEX #781028 Burgundy

📋 copy color: '#781028'

red 120 ◦ green 16 ◦ blue 40

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

Shades of Burgundy #781028

Tints of Burgundy #781028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 68.18%
G = 9.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#781028 (or 0x781028) is known color: Burgundy. HEX triplet: 78, 10 and 28. RGB value is (120,16,40). Sum of RGB (Red+Green+Blue) = 120+16+40=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781028 is #87EFD7. Grayscale: #313131. Windows color (decimal): -8908760 or 2625656. OLE color: 2625656.

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

Color convert

RGB 120 16 40 -
CMYK 0 0.87 0.67 0.53
HSL 346.15º 0.76% 0.27% -
HSV(B) 346.15º 0.87% 0.47% -
XYZ 8.31 4.52 2.44 -
YUV 49.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 120 16 40 0 0.87 0.67 0.53 346.15 0.76 0.27
Hex 78 10 28 0 57 43 35 15A 4C 1B
Octal 170 20 50 0 127 103 65 532 114 33
Binary 1111000 10000 101000 0 1010111 1000011 110101 101011010 1001100 11011

Color Harmonies of #781028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781028

Black with #781028

Text Example


Text Example

White with #781028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781028; }

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

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

background-color css

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

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

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

border-color css

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

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

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