Html Css Color HEX #620403 Maroon

📋 copy color: '#620403'

red 98 ◦ green 4 ◦ blue 3

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

Shades of Maroon #620403

Tints of Maroon #620403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.86%

R = 93.33%
G = 3.81%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#620403 (or 0x620403) is known color: Maroon. HEX triplet: 62, 04 and 03. RGB value is (98,4,3). Sum of RGB (Red+Green+Blue) = 98+4+3=105 (13% of max value = 765). Red value is 98 (38.67% from 255 or 93.33% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 98 - color contains mainly: red. Hex color #620403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620403 is #9DFBFC. Grayscale: #202020. Windows color (decimal): -10353661 or 197730. OLE color: 197730.

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

Color convert

RGB 98 4 3 -
CMYK 0 0.96 0.97 0.62
HSL 0.63º 0.94% 0.2% -
HSV(B) 0.63º 0.97% 0.38% -
XYZ 5.1 2.69 0.34 -
YUV 31.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 98 4 3 0 0.96 0.97 0.62 0.63 0.94 0.2
Hex 62 4 3 0 60 61 3E 1 5E 14
Octal 142 4 3 0 140 141 76 1 136 24
Binary 1100010 100 11 0 1100000 1100001 111110 1 1011110 10100

Color Harmonies of #620403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620403

Black with #620403

Text Example


Text Example

White with #620403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620403; }

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

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

background-color css

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

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

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

border-color css

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

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

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