Html Css Color HEX #770330 Burgundy

📋 copy color: '#770330'

red 119 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #770330

Tints of Burgundy #770330

RGB

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

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

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

R = 70%
G = 1.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#770330 (or 0x770330) is known color: Burgundy. HEX triplet: 77, 03 and 30. RGB value is (119,3,48). Sum of RGB (Red+Green+Blue) = 119+3+48=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #770330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770330 is #88FCCF. Grayscale: #2A2A2A. Windows color (decimal): -8977616 or 3146615. OLE color: 3146615.

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

Color convert

RGB 119 3 48 -
CMYK 0 0.97 0.60 0.53
HSL 336.72º 0.95% 0.24% -
HSV(B) 336.72º 0.97% 0.47% -
XYZ 8.17 4.2 3.18 -
YUV 42.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 119 3 48 0 0.97 0.60 0.53 336.72 0.95 0.24
Hex 77 3 30 0 61 3C 35 151 5F 18
Octal 167 3 60 0 141 74 65 521 137 30
Binary 1110111 11 110000 0 1100001 111100 110101 101010001 1011111 11000

Color Harmonies of #770330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770330

Black with #770330

Text Example


Text Example

White with #770330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770330; }

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

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

background-color css

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

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

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

border-color css

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

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

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