Html Css Color HEX #781029 Burgundy

📋 copy color: '#781029'

red 120 ◦ green 16 ◦ blue 41

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

Shades of Burgundy #781029

Tints of Burgundy #781029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 67.8%
G = 9.04%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#781029 (or 0x781029) is known color: Burgundy. HEX triplet: 78, 10 and 29. RGB value is (120,16,41). Sum of RGB (Red+Green+Blue) = 120+16+41=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781029 is #87EFD6. Grayscale: #313131. Windows color (decimal): -8908759 or 2691192. OLE color: 2691192.

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

Color convert

RGB 120 16 41 -
CMYK 0 0.87 0.66 0.53
HSL 345.58º 0.76% 0.27% -
HSV(B) 345.58º 0.87% 0.47% -
XYZ 8.33 4.52 2.53 -
YUV 49.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 120 16 41 0 0.87 0.66 0.53 345.58 0.76 0.27
Hex 78 10 29 0 57 42 35 15A 4C 1B
Octal 170 20 51 0 127 102 65 532 114 33
Binary 1111000 10000 101001 0 1010111 1000010 110101 101011010 1001100 11011

Color Harmonies of #781029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781029

Black with #781029

Text Example


Text Example

White with #781029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781029; }

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

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

background-color css

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

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

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

border-color css

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

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

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