#671002

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

Shades of Maroon #671002

Tints of Maroon #671002

Color information

#671002 (or 0x671002) is unknown color: approx Maroon. HEX triplet: 67, 10 and 02. RGB value is (103,16,2). Sum of RGB (Red+Green+Blue) = 103+16+2=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #671002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671002 is #98EFFD. Grayscale: #282828. Windows color (decimal): -10022910 or 135271. OLE color: 135271.

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

Color convert

RGB103162-
CMYK00.840.980.60
HSL8.32º96.19%20.59%-
HSV(B)8.32º98.06%40.39%-
XYZ5.793.260.38-
YUV40.42106.32172.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 85.12%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=85.12%
G=13.22%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10316200.840.980.608.3296.1920.59
Hex67102054623C86015
Octal1472020124142741014025
Binary110011110000100101010011000101111001000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671002; }

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

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

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

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

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

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

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

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