Html Css Color HEX #770628 Burgundy

📋 copy color: '#770628'

red 119 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #770628

Tints of Burgundy #770628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

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

R = 72.12%
G = 3.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770628 (or 0x770628) is known color: Burgundy. HEX triplet: 77, 06 and 28. RGB value is (119,6,40). Sum of RGB (Red+Green+Blue) = 119+6+40=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770628 is #88F9D7. Grayscale: #2B2B2B. Windows color (decimal): -8976856 or 2623095. OLE color: 2623095.

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

Color convert

RGB 119 6 40 -
CMYK 0 0.95 0.66 0.53
HSL 341.95º 0.9% 0.25% -
HSV(B) 341.95º 0.95% 0.47% -
XYZ 8.06 4.21 2.39 -
YUV 43.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 119 6 40 0 0.95 0.66 0.53 341.95 0.9 0.25
Hex 77 6 28 0 5F 42 35 156 5A 19
Octal 167 6 50 0 137 102 65 526 132 31
Binary 1110111 110 101000 0 1011111 1000010 110101 101010110 1011010 11001

Color Harmonies of #770628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770628

Black with #770628

Text Example


Text Example

White with #770628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770628; }

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

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

background-color css

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

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

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

border-color css

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

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

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