Html Css Color HEX #620113 Burgundy

📋 copy color: '#620113'

red 98 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #620113

Tints of Burgundy #620113

RGB

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

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

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

R = 83.05%
G = 0.85%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#620113 (or 0x620113) is known color: Burgundy. HEX triplet: 62, 01 and 13. RGB value is (98,1,19). Sum of RGB (Red+Green+Blue) = 98+1+19=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #620113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620113 is #9DFEEC. Grayscale: #202020. Windows color (decimal): -10354413 or 1245538. OLE color: 1245538.

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

Color convert

RGB 98 1 19 -
CMYK 0 0.99 0.81 0.62
HSL 348.87º 0.98% 0.19% -
HSV(B) 348.87º 0.99% 0.38% -
XYZ 5.17 2.67 0.86 -
YUV 32.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 98 1 19 0 0.99 0.81 0.62 348.87 0.98 0.19
Hex 62 1 13 0 63 51 3E 15D 62 13
Octal 142 1 23 0 143 121 76 535 142 23
Binary 1100010 1 10011 0 1100011 1010001 111110 101011101 1100010 10011

Color Harmonies of #620113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620113

Black with #620113

Text Example


Text Example

White with #620113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620113; }

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

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

background-color css

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

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

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

border-color css

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

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

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