Html Css Color HEX #610D00 Maroon

📋 copy color: '#610D00'

red 97 ◦ green 13 ◦ blue 0

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

Shades of Maroon #610D00

Tints of Maroon #610D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

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

R = 88.18%
G = 11.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#610D00 (or 0x610D00) is known color: Maroon. HEX triplet: 61, 0D and 00. RGB value is (97,13,0). Sum of RGB (Red+Green+Blue) = 97+13+0=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D00 is #9EF2FF. Grayscale: #242424. Windows color (decimal): -10416896 or 3425. OLE color: 3425.

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

Color convert

RGB 97 13 0 -
CMYK 0 0.87 1 0.62
HSL 8.04º 1% 0.19% -
HSV(B) 8.04º 1% 0.38% -
XYZ 5.07 2.83 0.28 -
YUV 36.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 97 13 0 0 0.87 1 0.62 8.04 1 0.19
Hex 61 D 0 0 57 64 3E 8 64 13
Octal 141 15 0 0 127 144 76 10 144 23
Binary 1100001 1101 0 0 1010111 1100100 111110 1000 1100100 10011

Color Harmonies of #610D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D00

Black with #610D00

Text Example


Text Example

White with #610D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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