Html Css Color HEX #620303 Maroon

📋 copy color: '#620303'

red 98 ◦ green 3 ◦ blue 3

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

Shades of Maroon #620303

Tints of Maroon #620303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 94.23%
G = 2.88%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#620303 (or 0x620303) is known color: Maroon. HEX triplet: 62, 03 and 03. RGB value is (98,3,3). Sum of RGB (Red+Green+Blue) = 98+3+3=104 (13% of max value = 765). Red value is 98 (38.67% from 255 or 94.23% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 98 - color contains mainly: red. Hex color #620303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620303 is #9DFCFC. Grayscale: #1F1F1F. Windows color (decimal): -10353917 or 197474. OLE color: 197474.

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

Color convert

RGB 98 3 3 -
CMYK 0 0.97 0.97 0.62
HSL 0.94% 0.2% -
HSV(B) 0.97% 0.38% -
XYZ 5.09 2.67 0.33 -
YUV 31.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 98 3 3 0 0.97 0.97 0.62 0 0.94 0.2
Hex 62 3 3 0 61 61 3E 0 5E 14
Octal 142 3 3 0 141 141 76 0 136 24
Binary 1100010 11 11 0 1100001 1100001 111110 0 1011110 10100

Color Harmonies of #620303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620303

Black with #620303

Text Example


Text Example

White with #620303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620303; }

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

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

background-color css

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

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

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

border-color css

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

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

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