Html Css Color HEX #770928 Burgundy

📋 copy color: '#770928'

red 119 ◦ green 9 ◦ blue 40

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

Shades of Burgundy #770928

Tints of Burgundy #770928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 70.83%
G = 5.36%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770928 (or 0x770928) is known color: Burgundy. HEX triplet: 77, 09 and 28. RGB value is (119,9,40). Sum of RGB (Red+Green+Blue) = 119+9+40=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #770928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770928 is #88F6D7. Grayscale: #2D2D2D. Windows color (decimal): -8976088 or 2623863. OLE color: 2623863.

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

Color convert

RGB 119 9 40 -
CMYK 0 0.92 0.66 0.53
HSL 343.09º 0.86% 0.25% -
HSV(B) 343.09º 0.92% 0.47% -
XYZ 8.09 4.27 2.41 -
YUV 45.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 119 9 40 0 0.92 0.66 0.53 343.09 0.86 0.25
Hex 77 9 28 0 5C 42 35 157 56 19
Octal 167 11 50 0 134 102 65 527 126 31
Binary 1110111 1001 101000 0 1011100 1000010 110101 101010111 1010110 11001

Color Harmonies of #770928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770928

Black with #770928

Text Example


Text Example

White with #770928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770928; }

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

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

background-color css

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

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

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

border-color css

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

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

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