Html Css Color HEX #610303 Maroon

📋 copy color: '#610303'

red 97 ◦ green 3 ◦ blue 3

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

Shades of Maroon #610303

Tints of Maroon #610303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 94.17%
G = 2.91%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#610303 (or 0x610303) is known color: Maroon. HEX triplet: 61, 03 and 03. RGB value is (97,3,3). Sum of RGB (Red+Green+Blue) = 97+3+3=103 (13% of max value = 765). Red value is 97 (38.28% from 255 or 94.17% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 97 - color contains mainly: red. Hex color #610303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610303 is #9EFCFC. Grayscale: #1F1F1F. Windows color (decimal): -10419453 or 197473. OLE color: 197473.

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

Color convert

RGB 97 3 3 -
CMYK 0 0.97 0.97 0.62
HSL 0.94% 0.2% -
HSV(B) 0.97% 0.38% -
XYZ 4.98 2.61 0.33 -
YUV 31.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 97 3 3 0 0.97 0.97 0.62 0 0.94 0.2
Hex 61 3 3 0 61 61 3E 0 5E 14
Octal 141 3 3 0 141 141 76 0 136 24
Binary 1100001 11 11 0 1100001 1100001 111110 0 1011110 10100

Color Harmonies of #610303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610303

Black with #610303

Text Example


Text Example

White with #610303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610303; }

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

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

background-color css

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

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

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

border-color css

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

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

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