Html Css Color HEX #620500 Maroon

📋 copy color: '#620500'

red 98 ◦ green 5 ◦ blue 0

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

Shades of Maroon #620500

Tints of Maroon #620500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.15%
G = 4.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#620500 (or 0x620500) is known color: Maroon. HEX triplet: 62, 05 and 00. RGB value is (98,5,0). Sum of RGB (Red+Green+Blue) = 98+5+0=103 (13% of max value = 765). Red value is 98 (38.67% from 255 or 95.15% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 98 - color contains mainly: red. Hex color #620500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620500 is #9DFAFF. Grayscale: #202020. Windows color (decimal): -10353408 or 1378. OLE color: 1378.

HSL color Cylindrical-coordinate representation of color #620500: hue angle of 3.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 5 0 -
CMYK 0 0.95 1 0.62
HSL 3.06º 1% 0.19% -
HSV(B) 3.06º 1% 0.38% -
XYZ 5.09 2.71 0.25 -
YUV 32.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 98 5 0 0 0.95 1 0.62 3.06 1 0.19
Hex 62 5 0 0 5F 64 3E 3 64 13
Octal 142 5 0 0 137 144 76 3 144 23
Binary 1100010 101 0 0 1011111 1100100 111110 11 1100100 10011

Color Harmonies of #620500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620500

Black with #620500

Text Example


Text Example

White with #620500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620500; }

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

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

background-color css

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

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

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

border-color css

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

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

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