Html Css Color HEX #620503 Maroon

📋 copy color: '#620503'

red 98 ◦ green 5 ◦ blue 3

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

Shades of Maroon #620503

Tints of Maroon #620503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 92.45%
G = 4.72%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#620503 (or 0x620503) is known color: Maroon. HEX triplet: 62, 05 and 03. RGB value is (98,5,3). Sum of RGB (Red+Green+Blue) = 98+5+3=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620503 is #9DFAFC. Grayscale: #202020. Windows color (decimal): -10353405 or 197986. OLE color: 197986.

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

Color convert

RGB 98 5 3 -
CMYK 0 0.95 0.97 0.62
HSL 1.26º 0.94% 0.2% -
HSV(B) 1.26º 0.97% 0.38% -
XYZ 5.11 2.71 0.34 -
YUV 32.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 98 5 3 0 0.95 0.97 0.62 1.26 0.94 0.2
Hex 62 5 3 0 5F 61 3E 1 5E 14
Octal 142 5 3 0 137 141 76 1 136 24
Binary 1100010 101 11 0 1011111 1100001 111110 1 1011110 10100

Color Harmonies of #620503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620503

Black with #620503

Text Example


Text Example

White with #620503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620503; }

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

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

background-color css

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

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

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

border-color css

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

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

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