Html Css Color HEX #770213 Burgundy

📋 copy color: '#770213'

red 119 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #770213

Tints of Burgundy #770213

RGB

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

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

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

R = 85%
G = 1.43%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770213 (or 0x770213) is known color: Burgundy. HEX triplet: 77, 02 and 13. RGB value is (119,2,19). Sum of RGB (Red+Green+Blue) = 119+2+19=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #770213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770213 is #88FDEC. Grayscale: #262626. Windows color (decimal): -8977901 or 1245815. OLE color: 1245815.

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

Color convert

RGB 119 2 19 -
CMYK 0 0.98 0.84 0.53
HSL 351.28º 0.97% 0.24% -
HSV(B) 351.28º 0.98% 0.47% -
XYZ 7.75 4.01 0.98 -
YUV 38.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 119 2 19 0 0.98 0.84 0.53 351.28 0.97 0.24
Hex 77 2 13 0 62 54 35 15F 61 18
Octal 167 2 23 0 142 124 65 537 141 30
Binary 1110111 10 10011 0 1100010 1010100 110101 101011111 1100001 11000

Color Harmonies of #770213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770213

Black with #770213

Text Example


Text Example

White with #770213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770213; }

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

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

background-color css

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

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

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

border-color css

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

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

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