Html Css Color HEX #770413 Burgundy

📋 copy color: '#770413'

red 119 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #770413

Tints of Burgundy #770413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 83.8%
G = 2.82%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770413 (or 0x770413) is known color: Burgundy. HEX triplet: 77, 04 and 13. RGB value is (119,4,19). Sum of RGB (Red+Green+Blue) = 119+4+19=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770413 is #88FBEC. Grayscale: #282828. Windows color (decimal): -8977389 or 1246327. OLE color: 1246327.

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

Color convert

RGB 119 4 19 -
CMYK 0 0.97 0.84 0.53
HSL 352.17º 0.93% 0.24% -
HSV(B) 352.17º 0.97% 0.47% -
XYZ 7.77 4.06 0.99 -
YUV 40.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 119 4 19 0 0.97 0.84 0.53 352.17 0.93 0.24
Hex 77 4 13 0 61 54 35 160 5D 18
Octal 167 4 23 0 141 124 65 540 135 30
Binary 1110111 100 10011 0 1100001 1010100 110101 101100000 1011101 11000

Color Harmonies of #770413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770413

Black with #770413

Text Example


Text Example

White with #770413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770413; }

 p { color: rgb(119,4,19); }

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

background-color css

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

 a { background-color: rgb(119,4,19); }

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

border-color css

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

 span { border-color: rgb(119,4,19); }

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