Html Css Color HEX #620013 Burgundy

📋 copy color: '#620013'

red 98 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #620013

Tints of Burgundy #620013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.76%
G = 0%
B = 16.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#620013 (or 0x620013) is known color: Burgundy. HEX triplet: 62, 00 and 13. RGB value is (98,0,19). Sum of RGB (Red+Green+Blue) = 98+0+19=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #620013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620013 is #9DFFEC. Grayscale: #1F1F1F. Windows color (decimal): -10354669 or 1245282. OLE color: 1245282.

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

Color convert

RGB 98 0 19 -
CMYK 0 1 0.81 0.62
HSL 348.37º 1% 0.19% -
HSV(B) 348.37º 1% 0.38% -
XYZ 5.15 2.64 0.85 -
YUV 31.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 98 0 19 0 1 0.81 0.62 348.37 1 0.19
Hex 62 0 13 0 64 51 3E 15C 64 13
Octal 142 0 23 0 144 121 76 534 144 23
Binary 1100010 0 10011 0 1100100 1010001 111110 101011100 1100100 10011

Color Harmonies of #620013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620013

Black with #620013

Text Example


Text Example

White with #620013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620013; }

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

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

background-color css

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

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

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

border-color css

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

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

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