Html Css Color HEX #770123 Burgundy

📋 copy color: '#770123'

red 119 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #770123

Tints of Burgundy #770123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 76.77%
G = 0.65%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#770123 (or 0x770123) is known color: Burgundy. HEX triplet: 77, 01 and 23. RGB value is (119,1,35). Sum of RGB (Red+Green+Blue) = 119+1+35=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770123 is #88FEDC. Grayscale: #282828. Windows color (decimal): -8978141 or 2294135. OLE color: 2294135.

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

Color convert

RGB 119 1 35 -
CMYK 0 0.99 0.71 0.53
HSL 342.71º 0.98% 0.24% -
HSV(B) 342.71º 0.99% 0.47% -
XYZ 7.92 4.06 1.96 -
YUV 40.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 119 1 35 0 0.99 0.71 0.53 342.71 0.98 0.24
Hex 77 1 23 0 63 47 35 157 62 18
Octal 167 1 43 0 143 107 65 527 142 30
Binary 1110111 1 100011 0 1100011 1000111 110101 101010111 1100010 11000

Color Harmonies of #770123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770123

Black with #770123

Text Example


Text Example

White with #770123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770123; }

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

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

background-color css

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

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

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

border-color css

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

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

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