Html Css Color HEX #770128 Burgundy

📋 copy color: '#770128'

red 119 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #770128

Tints of Burgundy #770128

RGB

 RED value IS 119 (46.88% from 255) = 74.38%

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

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

R = 74.38%
G = 0.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770128 (or 0x770128) is known color: Burgundy. HEX triplet: 77, 01 and 28. RGB value is (119,1,40). Sum of RGB (Red+Green+Blue) = 119+1+40=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770128 is #88FED7. Grayscale: #282828. Windows color (decimal): -8978136 or 2621815. OLE color: 2621815.

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

Color convert

RGB 119 1 40 -
CMYK 0 0.99 0.66 0.53
HSL 340.17º 0.98% 0.24% -
HSV(B) 340.17º 0.99% 0.47% -
XYZ 8 4.1 2.38 -
YUV 40.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 119 1 40 0 0.99 0.66 0.53 340.17 0.98 0.24
Hex 77 1 28 0 63 42 35 154 62 18
Octal 167 1 50 0 143 102 65 524 142 30
Binary 1110111 1 101000 0 1100011 1000010 110101 101010100 1100010 11000

Color Harmonies of #770128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770128

Black with #770128

Text Example


Text Example

White with #770128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770128; }

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

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

background-color css

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

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

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

border-color css

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

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

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