Html Css Color HEX #770227 Burgundy

📋 copy color: '#770227'

red 119 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #770227

Tints of Burgundy #770227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 74.38%
G = 1.25%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#770227 (or 0x770227) is known color: Burgundy. HEX triplet: 77, 02 and 27. RGB value is (119,2,39). Sum of RGB (Red+Green+Blue) = 119+2+39=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770227 is #88FDD8. Grayscale: #292929. Windows color (decimal): -8977881 or 2556535. OLE color: 2556535.

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

Color convert

RGB 119 2 39 -
CMYK 0 0.98 0.67 0.53
HSL 341.03º 0.97% 0.24% -
HSV(B) 341.03º 0.98% 0.47% -
XYZ 8 4.11 2.29 -
YUV 41.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 119 2 39 0 0.98 0.67 0.53 341.03 0.97 0.24
Hex 77 2 27 0 62 43 35 155 61 18
Octal 167 2 47 0 142 103 65 525 141 30
Binary 1110111 10 100111 0 1100010 1000011 110101 101010101 1100001 11000

Color Harmonies of #770227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770227

Black with #770227

Text Example


Text Example

White with #770227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770227; }

 p { color: rgb(119,2,39); }

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

background-color css

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

 a { background-color: rgb(119,2,39); }

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

border-color css

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

 span { border-color: rgb(119,2,39); }

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