Html Css Color HEX #610403 Maroon

📋 copy color: '#610403'

red 97 ◦ green 4 ◦ blue 3

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

Shades of Maroon #610403

Tints of Maroon #610403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.88%

R = 93.27%
G = 3.85%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#610403 (or 0x610403) is known color: Maroon. HEX triplet: 61, 04 and 03. RGB value is (97,4,3). Sum of RGB (Red+Green+Blue) = 97+4+3=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610403 is #9EFBFC. Grayscale: #1F1F1F. Windows color (decimal): -10419197 or 197729. OLE color: 197729.

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

Color convert

RGB 97 4 3 -
CMYK 0 0.96 0.97 0.62
HSL 0.64º 0.94% 0.2% -
HSV(B) 0.64º 0.97% 0.38% -
XYZ 4.99 2.63 0.33 -
YUV 31.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 97 4 3 0 0.96 0.97 0.62 0.64 0.94 0.2
Hex 61 4 3 0 60 61 3E 1 5E 14
Octal 141 4 3 0 140 141 76 1 136 24
Binary 1100001 100 11 0 1100000 1100001 111110 1 1011110 10100

Color Harmonies of #610403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610403

Black with #610403

Text Example


Text Example

White with #610403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610403; }

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

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

background-color css

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

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

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

border-color css

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

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

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