Html Css Color HEX #610900 Maroon

📋 copy color: '#610900'

red 97 ◦ green 9 ◦ blue 0

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

Shades of Maroon #610900

Tints of Maroon #610900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.51%
G = 8.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#610900 (or 0x610900) is known color: Maroon. HEX triplet: 61, 09 and 00. RGB value is (97,9,0). Sum of RGB (Red+Green+Blue) = 97+9+0=106 (14% of max value = 765). Red value is 97 (38.28% from 255 or 91.51% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 97 - color contains mainly: red. Hex color #610900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610900 is #9EF6FF. Grayscale: #222222. Windows color (decimal): -10417920 or 2401. OLE color: 2401.

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

Color convert

RGB 97 9 0 -
CMYK 0 0.91 1 0.62
HSL 5.57º 1% 0.19% -
HSV(B) 5.57º 1% 0.38% -
XYZ 5.03 2.74 0.26 -
YUV 34.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 97 9 0 0 0.91 1 0.62 5.57 1 0.19
Hex 61 9 0 0 5B 64 3E 6 64 13
Octal 141 11 0 0 133 144 76 6 144 23
Binary 1100001 1001 0 0 1011011 1100100 111110 110 1100100 10011

Color Harmonies of #610900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610900

Black with #610900

Text Example


Text Example

White with #610900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610900; }

 p { color: rgb(97,9,0); }

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

background-color css

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

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

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

border-color css

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

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

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