Html Css Color HEX #770130 Burgundy

📋 copy color: '#770130'

red 119 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #770130

Tints of Burgundy #770130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 70.83%
G = 0.6%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#770130 (or 0x770130) is known color: Burgundy. HEX triplet: 77, 01 and 30. RGB value is (119,1,48). Sum of RGB (Red+Green+Blue) = 119+1+48=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #770130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770130 is #88FECF. Grayscale: #292929. Windows color (decimal): -8978128 or 3146103. OLE color: 3146103.

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

Color convert

RGB 119 1 48 -
CMYK 0 0.99 0.60 0.53
HSL 336.1º 0.98% 0.24% -
HSV(B) 336.1º 0.99% 0.47% -
XYZ 8.15 4.16 3.17 -
YUV 41.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 119 1 48 0 0.99 0.60 0.53 336.1 0.98 0.24
Hex 77 1 30 0 63 3C 35 150 62 18
Octal 167 1 60 0 143 74 65 520 142 30
Binary 1110111 1 110000 0 1100011 111100 110101 101010000 1100010 11000

Color Harmonies of #770130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770130

Black with #770130

Text Example


Text Example

White with #770130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770130; }

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

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

background-color css

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

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

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

border-color css

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

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

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