Html Css Color HEX #620119 Burgundy

📋 copy color: '#620119'

red 98 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #620119

Tints of Burgundy #620119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 79.03%
G = 0.81%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#620119 (or 0x620119) is known color: Burgundy. HEX triplet: 62, 01 and 19. RGB value is (98,1,25). Sum of RGB (Red+Green+Blue) = 98+1+25=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620119 is #9DFEE6. Grayscale: #202020. Windows color (decimal): -10354407 or 1638754. OLE color: 1638754.

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

Color convert

RGB 98 1 25 -
CMYK 0 0.99 0.74 0.62
HSL 345.15º 0.98% 0.19% -
HSV(B) 345.15º 0.99% 0.38% -
XYZ 5.22 2.69 1.16 -
YUV 32.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 98 1 25 0 0.99 0.74 0.62 345.15 0.98 0.19
Hex 62 1 19 0 63 4A 3E 159 62 13
Octal 142 1 31 0 143 112 76 531 142 23
Binary 1100010 1 11001 0 1100011 1001010 111110 101011001 1100010 10011

Color Harmonies of #620119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620119

Black with #620119

Text Example


Text Example

White with #620119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620119; }

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

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

background-color css

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

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

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

border-color css

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

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

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