#671001

Color #671001 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #671001

Tints of Maroon #671001

Color information

#671001 (or 0x671001) is unknown color: approx Maroon. HEX triplet: 67, 10 and 01. RGB value is (103,16,1). Sum of RGB (Red+Green+Blue) = 103+16+1=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #671001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671001 is #98EFFE. Grayscale: #282828. Windows color (decimal): -10022911 or 69735. OLE color: 69735.

HSL color Cylindrical-coordinate representation of color #671001: hue angle of 8.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #671001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB103161-
CMYK00.840.990.60
HSL8.82º98.08%20.39%-
HSV(B)8.82º99.03%40.39%-
XYZ5.783.260.35-
YUV40.3105.82172.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 85.83%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=85.83%
G=13.33%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10316100.840.990.608.8298.0820.39
Hex67101054633C96214
Octal1472010124143741114224
Binary11001111000010101010011000111111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671001; }

 p { color: rgb(103,16,1); }

 H1.HeaderClassName
 {
   color: #671001;
 }
 .AnyTagClassName
 {
   color: #671001;
 }
</style>
background-color css

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

 a { background-color: rgb(103,16,1); }

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

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

 span { border-color: rgb(103,16,1); }

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