Html Css Color HEX #610503 Maroon

📋 copy color: '#610503'

red 97 ◦ green 5 ◦ blue 3

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

Shades of Maroon #610503

Tints of Maroon #610503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

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

R = 92.38%
G = 4.76%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#610503 (or 0x610503) is known color: Maroon. HEX triplet: 61, 05 and 03. RGB value is (97,5,3). Sum of RGB (Red+Green+Blue) = 97+5+3=105 (13% of max value = 765). Red value is 97 (38.28% from 255 or 92.38% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 97 - color contains mainly: red. Hex color #610503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610503 is #9EFAFC. Grayscale: #202020. Windows color (decimal): -10418941 or 197985. OLE color: 197985.

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

Color convert

RGB 97 5 3 -
CMYK 0 0.95 0.97 0.62
HSL 1.28º 0.94% 0.2% -
HSV(B) 1.28º 0.97% 0.38% -
XYZ 5 2.66 0.34 -
YUV 32.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 97 5 3 0 0.95 0.97 0.62 1.28 0.94 0.2
Hex 61 5 3 0 5F 61 3E 1 5E 14
Octal 141 5 3 0 137 141 76 1 136 24
Binary 1100001 101 11 0 1011111 1100001 111110 1 1011110 10100

Color Harmonies of #610503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610503

Black with #610503

Text Example


Text Example

White with #610503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610503; }

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

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

background-color css

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

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

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

border-color css

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

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

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