Html Css Color HEX #770230 Burgundy

📋 copy color: '#770230'

red 119 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #770230

Tints of Burgundy #770230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 70.41%
G = 1.18%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#770230 (or 0x770230) is known color: Burgundy. HEX triplet: 77, 02 and 30. RGB value is (119,2,48). Sum of RGB (Red+Green+Blue) = 119+2+48=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770230 is #88FDCF. Grayscale: #2A2A2A. Windows color (decimal): -8977872 or 3146359. OLE color: 3146359.

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

Color convert

RGB 119 2 48 -
CMYK 0 0.98 0.60 0.53
HSL 336.41º 0.97% 0.24% -
HSV(B) 336.41º 0.98% 0.47% -
XYZ 8.16 4.18 3.17 -
YUV 42.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 119 2 48 0 0.98 0.60 0.53 336.41 0.97 0.24
Hex 77 2 30 0 62 3C 35 150 61 18
Octal 167 2 60 0 142 74 65 520 141 30
Binary 1110111 10 110000 0 1100010 111100 110101 101010000 1100001 11000

Color Harmonies of #770230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770230

Black with #770230

Text Example


Text Example

White with #770230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770230; }

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

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

background-color css

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

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

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

border-color css

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

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

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