#671101

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

Shades of Maroon #671101

Tints of Maroon #671101

Color information

#671101 (or 0x671101) is unknown color: approx Maroon. HEX triplet: 67, 11 and 01. RGB value is (103,17,1). Sum of RGB (Red+Green+Blue) = 103+17+1=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #671101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671101 is #98EEFE. Grayscale: #292929. Windows color (decimal): -10022655 or 69991. OLE color: 69991.

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

Color convert

RGB103171-
CMYK00.830.990.60
HSL9.41º98.08%20.39%-
HSV(B)9.41º99.03%40.39%-
XYZ5.83.290.36-
YUV40.89105.49172.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 85.12%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=85.12%
G=14.05%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10317100.830.990.609.4198.0820.39
Hex67111053633C96214
Octal1472110123143741114224
Binary11001111000110101001111000111111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671101; }

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

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

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

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

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

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

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

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