Html Css Color HEX #610201 Maroon

📋 copy color: '#610201'

red 97 ◦ green 2 ◦ blue 1

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

Shades of Maroon #610201

Tints of Maroon #610201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

 BLUE value IS 1 (0.78% from 255) = 1%

R = 97%
G = 2%
B = 1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#610201 (or 0x610201) is known color: Maroon. HEX triplet: 61, 02 and 01. RGB value is (97,2,1). Sum of RGB (Red+Green+Blue) = 97+2+1=100 (13% of max value = 765). Red value is 97 (38.28% from 255 or 97% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 97 - color contains mainly: red. Hex color #610201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610201 is #9EFDFE. Grayscale: #1E1E1E. Windows color (decimal): -10419711 or 66145. OLE color: 66145.

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

Color convert

RGB 97 2 1 -
CMYK 0 0.98 0.99 0.62
HSL 0.63º 0.98% 0.19% -
HSV(B) 0.63º 0.99% 0.38% -
XYZ 4.96 2.59 0.27 -
YUV 30.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 97 2 1 0 0.98 0.99 0.62 0.63 0.98 0.19
Hex 61 2 1 0 62 63 3E 1 62 13
Octal 141 2 1 0 142 143 76 1 142 23
Binary 1100001 10 1 0 1100010 1100011 111110 1 1100010 10011

Color Harmonies of #610201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610201

Black with #610201

Text Example


Text Example

White with #610201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610201; }

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

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

background-color css

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

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

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

border-color css

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

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

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