Html Css Color HEX #610401 Maroon

📋 copy color: '#610401'

red 97 ◦ green 4 ◦ blue 1

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

Shades of Maroon #610401

Tints of Maroon #610401

RGB

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

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

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

R = 95.1%
G = 3.92%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#610401 (or 0x610401) is known color: Maroon. HEX triplet: 61, 04 and 01. RGB value is (97,4,1). Sum of RGB (Red+Green+Blue) = 97+4+1=102 (13% of max value = 765). Red value is 97 (38.28% from 255 or 95.10% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 97 - color contains mainly: red. Hex color #610401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610401 is #9EFBFE. Grayscale: #1F1F1F. Windows color (decimal): -10419199 or 66657. OLE color: 66657.

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

Color convert

RGB 97 4 1 -
CMYK 0 0.96 0.99 0.62
HSL 1.88º 0.98% 0.19% -
HSV(B) 1.88º 0.99% 0.38% -
XYZ 4.98 2.63 0.27 -
YUV 31.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 97 4 1 0 0.96 0.99 0.62 1.88 0.98 0.19
Hex 61 4 1 0 60 63 3E 2 62 13
Octal 141 4 1 0 140 143 76 2 142 23
Binary 1100001 100 1 0 1100000 1100011 111110 10 1100010 10011

Color Harmonies of #610401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610401

Black with #610401

Text Example


Text Example

White with #610401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610401; }

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

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

background-color css

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

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

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

border-color css

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

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

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