Html Css Color HEX #620116 Burgundy

📋 copy color: '#620116'

red 98 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #620116

Tints of Burgundy #620116

RGB

 RED value IS 98 (38.67% from 255) = 80.99%

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

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 80.99%
G = 0.83%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#620116 (or 0x620116) is known color: Burgundy. HEX triplet: 62, 01 and 16. RGB value is (98,1,22). Sum of RGB (Red+Green+Blue) = 98+1+22=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620116 is #9DFEE9. Grayscale: #202020. Windows color (decimal): -10354410 or 1442146. OLE color: 1442146.

HSL color Cylindrical-coordinate representation of color #620116: hue angle of 347.01º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620116 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 22 -
CMYK 0 0.99 0.78 0.62
HSL 347.01º 0.98% 0.19% -
HSV(B) 347.01º 0.99% 0.38% -
XYZ 5.19 2.68 1 -
YUV 32.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 98 1 22 0 0.99 0.78 0.62 347.01 0.98 0.19
Hex 62 1 16 0 63 4E 3E 15B 62 13
Octal 142 1 26 0 143 116 76 533 142 23
Binary 1100010 1 10110 0 1100011 1001110 111110 101011011 1100010 10011

Color Harmonies of #620116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620116

Black with #620116

Text Example


Text Example

White with #620116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620116; }

 p { color: rgb(98,1,22); }

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

background-color css

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

 a { background-color: rgb(98,1,22); }

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

border-color css

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

 span { border-color: rgb(98,1,22); }

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