Html Css Color HEX #620400 Maroon

📋 copy color: '#620400'

red 98 ◦ green 4 ◦ blue 0

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

Shades of Maroon #620400

Tints of Maroon #620400

RGB

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

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

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

R = 96.08%
G = 3.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#620400 (or 0x620400) is known color: Maroon. HEX triplet: 62, 04 and 00. RGB value is (98,4,0). Sum of RGB (Red+Green+Blue) = 98+4+0=102 (13% of max value = 765). Red value is 98 (38.67% from 255 or 96.08% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 98 - color contains mainly: red. Hex color #620400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620400 is #9DFBFF. Grayscale: #1F1F1F. Windows color (decimal): -10353664 or 1122. OLE color: 1122.

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

Color convert

RGB 98 4 0 -
CMYK 0 0.96 1 0.62
HSL 2.45º 1% 0.19% -
HSV(B) 2.45º 1% 0.38% -
XYZ 5.08 2.68 0.25 -
YUV 31.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 98 4 0 0 0.96 1 0.62 2.45 1 0.19
Hex 62 4 0 0 60 64 3E 2 64 13
Octal 142 4 0 0 140 144 76 2 144 23
Binary 1100010 100 0 0 1100000 1100100 111110 10 1100100 10011

Color Harmonies of #620400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620400

Black with #620400

Text Example


Text Example

White with #620400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620400; }

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

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

background-color css

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

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

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

border-color css

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

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

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