Html Css Color HEX #620800 Maroon

📋 copy color: '#620800'

red 98 ◦ green 8 ◦ blue 0

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

Shades of Maroon #620800

Tints of Maroon #620800

RGB

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

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

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

R = 92.45%
G = 7.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#620800 (or 0x620800) is known color: Maroon. HEX triplet: 62, 08 and 00. RGB value is (98,8,0). Sum of RGB (Red+Green+Blue) = 98+8+0=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620800 is #9DF7FF. Grayscale: #222222. Windows color (decimal): -10352640 or 2146. OLE color: 2146.

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

Color convert

RGB 98 8 0 -
CMYK 0 0.92 1 0.62
HSL 4.9º 1% 0.19% -
HSV(B) 4.9º 1% 0.38% -
XYZ 5.12 2.77 0.26 -
YUV 34 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 98 8 0 0 0.92 1 0.62 4.9 1 0.19
Hex 62 8 0 0 5C 64 3E 5 64 13
Octal 142 10 0 0 134 144 76 5 144 23
Binary 1100010 1000 0 0 1011100 1100100 111110 101 1100100 10011

Color Harmonies of #620800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620800

Black with #620800

Text Example


Text Example

White with #620800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620800; }

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

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

background-color css

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

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

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

border-color css

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

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

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