Html Css Color HEX #610800 Maroon

📋 copy color: '#610800'

red 97 ◦ green 8 ◦ blue 0

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

Shades of Maroon #610800

Tints of Maroon #610800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 92.38%
G = 7.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#610800 (or 0x610800) is known color: Maroon. HEX triplet: 61, 08 and 00. RGB value is (97,8,0). Sum of RGB (Red+Green+Blue) = 97+8+0=105 (13% of max value = 765). Red value is 97 (38.28% from 255 or 92.38% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 97 - color contains mainly: red. Hex color #610800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610800 is #9EF7FF. Grayscale: #212121. Windows color (decimal): -10418176 or 2145. OLE color: 2145.

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

Color convert

RGB 97 8 0 -
CMYK 0 0.92 1 0.62
HSL 4.95º 1% 0.19% -
HSV(B) 4.95º 1% 0.38% -
XYZ 5.02 2.72 0.26 -
YUV 33.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 97 8 0 0 0.92 1 0.62 4.95 1 0.19
Hex 61 8 0 0 5C 64 3E 5 64 13
Octal 141 10 0 0 134 144 76 5 144 23
Binary 1100001 1000 0 0 1011100 1100100 111110 101 1100100 10011

Color Harmonies of #610800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610800

Black with #610800

Text Example


Text Example

White with #610800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610800; }

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

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

background-color css

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

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

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

border-color css

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

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

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