Html Css Color HEX #620803 Maroon

📋 copy color: '#620803'

red 98 ◦ green 8 ◦ blue 3

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

Shades of Maroon #620803

Tints of Maroon #620803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.34%

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

R = 89.91%
G = 7.34%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#620803 (or 0x620803) is known color: Maroon. HEX triplet: 62, 08 and 03. RGB value is (98,8,3). Sum of RGB (Red+Green+Blue) = 98+8+3=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620803 is #9DF7FC. Grayscale: #222222. Windows color (decimal): -10352637 or 198754. OLE color: 198754.

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

Color convert

RGB 98 8 3 -
CMYK 0 0.92 0.97 0.62
HSL 3.16º 0.94% 0.2% -
HSV(B) 3.16º 0.97% 0.38% -
XYZ 5.14 2.78 0.35 -
YUV 34.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 98 8 3 0 0.92 0.97 0.62 3.16 0.94 0.2
Hex 62 8 3 0 5C 61 3E 3 5E 14
Octal 142 10 3 0 134 141 76 3 136 24
Binary 1100010 1000 11 0 1011100 1100001 111110 11 1011110 10100

Color Harmonies of #620803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620803

Black with #620803

Text Example


Text Example

White with #620803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620803; }

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

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

background-color css

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

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

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

border-color css

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

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

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