Html Css Color HEX #620A00 Maroon

📋 copy color: '#620A00'

red 98 ◦ green 10 ◦ blue 0

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

Shades of Maroon #620A00

Tints of Maroon #620A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.26%

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

R = 90.74%
G = 9.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#620A00 (or 0x620A00) is known color: Maroon. HEX triplet: 62, 0A and 00. RGB value is (98,10,0). Sum of RGB (Red+Green+Blue) = 98+10+0=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A00 is #9DF5FF. Grayscale: #232323. Windows color (decimal): -10352128 or 2658. OLE color: 2658.

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

Color convert

RGB 98 10 0 -
CMYK 0 0.90 1 0.62
HSL 6.12º 1% 0.19% -
HSV(B) 6.12º 1% 0.38% -
XYZ 5.15 2.81 0.27 -
YUV 35.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 98 10 0 0 0.90 1 0.62 6.12 1 0.19
Hex 62 A 0 0 5A 64 3E 6 64 13
Octal 142 12 0 0 132 144 76 6 144 23
Binary 1100010 1010 0 0 1011010 1100100 111110 110 1100100 10011

Color Harmonies of #620A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A00

Black with #620A00

Text Example


Text Example

White with #620A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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