Html Css Color HEX #610100 Maroon

📋 copy color: '#610100'

red 97 ◦ green 1 ◦ blue 0

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

Shades of Maroon #610100

Tints of Maroon #610100

RGB

 RED value IS 97 (38.28% from 255) = 98.98%

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 98.98%
G = 1.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#610100 (or 0x610100) is known color: Maroon. HEX triplet: 61, 01 and 00. RGB value is (97,1,0). Sum of RGB (Red+Green+Blue) = 97+1+0=98 (12% of max value = 765). Red value is 97 (38.28% from 255 or 98.98% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 97 - color contains mainly: red. Hex color #610100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610100 is #9EFEFF. Grayscale: #1D1D1D. Windows color (decimal): -10419968 or 353. OLE color: 353.

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

Color convert

RGB 97 1 0 -
CMYK 0 0.99 1 0.62
HSL 0.62º 1% 0.19% -
HSV(B) 0.62º 1% 0.38% -
XYZ 4.94 2.56 0.23 -
YUV 29.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 97 1 0 0 0.99 1 0.62 0.62 1 0.19
Hex 61 1 0 0 63 64 3E 1 64 13
Octal 141 1 0 0 143 144 76 1 144 23
Binary 1100001 1 0 0 1100011 1100100 111110 1 1100100 10011

Color Harmonies of #610100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610100

Black with #610100

Text Example


Text Example

White with #610100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610100; }

 p { color: rgb(97,1,0); }

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

background-color css

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

 a { background-color: rgb(97,1,0); }

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

border-color css

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

 span { border-color: rgb(97,1,0); }

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