#670201

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

Shades of Maroon #670201

Tints of Maroon #670201

Color information

#670201 (or 0x670201) is unknown color: approx Maroon. HEX triplet: 67, 02 and 01. RGB value is (103,2,1). Sum of RGB (Red+Green+Blue) = 103+2+1=106 (14% of max value = 765). Red value is 103 (40.62% from 255 or 97.17% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 103 - color contains mainly: red. Hex color #670201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670201 is #98FDFE. Grayscale: #202020. Windows color (decimal): -10026495 or 66151. OLE color: 66151.

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

Color convert

RGB10321-
CMYK00.980.990.60
HSL0.59º98.08%20.39%-
HSV(B)0.59º99.03%40.39%-
XYZ5.622.930.3-
YUV32.08110.46178.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 97.17%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=97.17%
G=1.89%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032100.980.990.600.5998.0820.39
Hex6721062633C16214
Octal14721014214374114224
Binary11001111010110001011000111111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670201; }

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

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

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

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

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

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

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

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