Html Css Color HEX #620111 Burgundy

📋 copy color: '#620111'

red 98 ◦ green 1 ◦ blue 17

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

Shades of Burgundy #620111

Tints of Burgundy #620111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 84.48%
G = 0.86%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#620111 (or 0x620111) is known color: Burgundy. HEX triplet: 62, 01 and 11. RGB value is (98,1,17). Sum of RGB (Red+Green+Blue) = 98+1+17=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #620111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620111 is #9DFEEE. Grayscale: #1F1F1F. Windows color (decimal): -10354415 or 1114466. OLE color: 1114466.

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

Color convert

RGB 98 1 17 -
CMYK 0 0.99 0.83 0.62
HSL 350.1º 0.98% 0.19% -
HSV(B) 350.1º 0.99% 0.38% -
XYZ 5.15 2.66 0.77 -
YUV 31.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 98 1 17 0 0.99 0.83 0.62 350.1 0.98 0.19
Hex 62 1 11 0 63 53 3E 15E 62 13
Octal 142 1 21 0 143 123 76 536 142 23
Binary 1100010 1 10001 0 1100011 1010011 111110 101011110 1100010 10011

Color Harmonies of #620111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620111

Black with #620111

Text Example


Text Example

White with #620111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620111; }

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

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

background-color css

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

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

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

border-color css

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

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

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