Html Css Color HEX #620118 Burgundy

📋 copy color: '#620118'

red 98 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #620118

Tints of Burgundy #620118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 79.67%
G = 0.81%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#620118 (or 0x620118) is known color: Burgundy. HEX triplet: 62, 01 and 18. RGB value is (98,1,24). Sum of RGB (Red+Green+Blue) = 98+1+24=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #620118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620118 is #9DFEE7. Grayscale: #202020. Windows color (decimal): -10354408 or 1573218. OLE color: 1573218.

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

Color convert

RGB 98 1 24 -
CMYK 0 0.99 0.76 0.62
HSL 345.77º 0.98% 0.19% -
HSV(B) 345.77º 0.99% 0.38% -
XYZ 5.21 2.68 1.11 -
YUV 32.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 98 1 24 0 0.99 0.76 0.62 345.77 0.98 0.19
Hex 62 1 18 0 63 4C 3E 15A 62 13
Octal 142 1 30 0 143 114 76 532 142 23
Binary 1100010 1 11000 0 1100011 1001100 111110 101011010 1100010 10011

Color Harmonies of #620118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620118

Black with #620118

Text Example


Text Example

White with #620118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620118; }

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

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

background-color css

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

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

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

border-color css

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

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

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