Html Css Color HEX #620112 Burgundy

📋 copy color: '#620112'

red 98 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #620112

Tints of Burgundy #620112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 83.76%
G = 0.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#620112 (or 0x620112) is known color: Burgundy. HEX triplet: 62, 01 and 12. RGB value is (98,1,18). Sum of RGB (Red+Green+Blue) = 98+1+18=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #620112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620112 is #9DFEED. Grayscale: #1F1F1F. Windows color (decimal): -10354414 or 1180002. OLE color: 1180002.

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

Color convert

RGB 98 1 18 -
CMYK 0 0.99 0.82 0.62
HSL 349.48º 0.98% 0.19% -
HSV(B) 349.48º 0.99% 0.38% -
XYZ 5.16 2.66 0.81 -
YUV 31.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 98 1 18 0 0.99 0.82 0.62 349.48 0.98 0.19
Hex 62 1 12 0 63 52 3E 15D 62 13
Octal 142 1 22 0 143 122 76 535 142 23
Binary 1100010 1 10010 0 1100011 1010010 111110 101011101 1100010 10011

Color Harmonies of #620112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620112

Black with #620112

Text Example


Text Example

White with #620112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620112; }

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

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

background-color css

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

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

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

border-color css

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

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

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