Html Css Color HEX #770328 Burgundy

📋 copy color: '#770328'

red 119 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #770328

Tints of Burgundy #770328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 73.46%
G = 1.85%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770328 (or 0x770328) is known color: Burgundy. HEX triplet: 77, 03 and 28. RGB value is (119,3,40). Sum of RGB (Red+Green+Blue) = 119+3+40=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770328 is #88FCD7. Grayscale: #292929. Windows color (decimal): -8977624 or 2622327. OLE color: 2622327.

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

Color convert

RGB 119 3 40 -
CMYK 0 0.97 0.66 0.53
HSL 340.86º 0.95% 0.24% -
HSV(B) 340.86º 0.97% 0.47% -
XYZ 8.02 4.14 2.38 -
YUV 41.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 119 3 40 0 0.97 0.66 0.53 340.86 0.95 0.24
Hex 77 3 28 0 61 42 35 155 5F 18
Octal 167 3 50 0 141 102 65 525 137 30
Binary 1110111 11 101000 0 1100001 1000010 110101 101010101 1011111 11000

Color Harmonies of #770328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770328

Black with #770328

Text Example


Text Example

White with #770328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770328; }

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

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

background-color css

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

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

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

border-color css

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

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

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