Html Css Color HEX #620202 Maroon

📋 copy color: '#620202'

red 98 ◦ green 2 ◦ blue 2

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

Shades of Maroon #620202

Tints of Maroon #620202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.96%

R = 96.08%
G = 1.96%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620202 (or 0x620202) is known color: Maroon. HEX triplet: 62, 02 and 02. RGB value is (98,2,2). Sum of RGB (Red+Green+Blue) = 98+2+2=102 (13% of max value = 765). Red value is 98 (38.67% from 255 or 96.08% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 98 - color contains mainly: red. Hex color #620202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620202 is #9DFDFD. Grayscale: #1E1E1E. Windows color (decimal): -10354174 or 131682. OLE color: 131682.

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

Color convert

RGB 98 2 2 -
CMYK 0 0.98 0.98 0.62
HSL 0.96% 0.2% -
HSV(B) 0.98% 0.38% -
XYZ 5.07 2.64 0.3 -
YUV 30.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 98 2 2 0 0.98 0.98 0.62 0 0.96 0.2
Hex 62 2 2 0 62 62 3E 0 60 14
Octal 142 2 2 0 142 142 76 0 140 24
Binary 1100010 10 10 0 1100010 1100010 111110 0 1100000 10100

Color Harmonies of #620202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620202

Black with #620202

Text Example


Text Example

White with #620202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620202; }

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

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

background-color css

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

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

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

border-color css

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

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

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