Html Css Color HEX #620200 Maroon

📋 copy color: '#620200'

red 98 ◦ green 2 ◦ blue 0

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

Shades of Maroon #620200

Tints of Maroon #620200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 98%
G = 2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#620200 (or 0x620200) is known color: Maroon. HEX triplet: 62, 02 and 00. RGB value is (98,2,0). Sum of RGB (Red+Green+Blue) = 98+2+0=100 (13% of max value = 765). Red value is 98 (38.67% from 255 or 98% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 98 - color contains mainly: red. Hex color #620200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620200 is #9DFDFF. Grayscale: #1E1E1E. Windows color (decimal): -10354176 or 610. OLE color: 610.

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

Color convert

RGB 98 2 0 -
CMYK 0 0.98 1 0.62
HSL 1.22º 1% 0.19% -
HSV(B) 1.22º 1% 0.38% -
XYZ 5.06 2.64 0.24 -
YUV 30.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 98 2 0 0 0.98 1 0.62 1.22 1 0.19
Hex 62 2 0 0 62 64 3E 1 64 13
Octal 142 2 0 0 142 144 76 1 144 23
Binary 1100010 10 0 0 1100010 1100100 111110 1 1100100 10011

Color Harmonies of #620200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620200

Black with #620200

Text Example


Text Example

White with #620200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620200; }

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

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

background-color css

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

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

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

border-color css

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

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

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