Html Css Color HEX #620402 Maroon

📋 copy color: '#620402'

red 98 ◦ green 4 ◦ blue 2

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

Shades of Maroon #620402

Tints of Maroon #620402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

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

R = 94.23%
G = 3.85%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620402 (or 0x620402) is known color: Maroon. HEX triplet: 62, 04 and 02. RGB value is (98,4,2). Sum of RGB (Red+Green+Blue) = 98+4+2=104 (13% of max value = 765). Red value is 98 (38.67% from 255 or 94.23% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 98 - color contains mainly: red. Hex color #620402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620402 is #9DFBFD. Grayscale: #1F1F1F. Windows color (decimal): -10353662 or 132194. OLE color: 132194.

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

Color convert

RGB 98 4 2 -
CMYK 0 0.96 0.98 0.62
HSL 1.25º 0.96% 0.2% -
HSV(B) 1.25º 0.98% 0.38% -
XYZ 5.09 2.69 0.31 -
YUV 31.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 98 4 2 0 0.96 0.98 0.62 1.25 0.96 0.2
Hex 62 4 2 0 60 62 3E 1 60 14
Octal 142 4 2 0 140 142 76 1 140 24
Binary 1100010 100 10 0 1100000 1100010 111110 1 1100000 10100

Color Harmonies of #620402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620402

Black with #620402

Text Example


Text Example

White with #620402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620402; }

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

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

background-color css

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

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

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

border-color css

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

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

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