#670501

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

Shades of Maroon #670501

Tints of Maroon #670501

Color information

#670501 (or 0x670501) is unknown color: approx Maroon. HEX triplet: 67, 05 and 01. RGB value is (103,5,1). Sum of RGB (Red+Green+Blue) = 103+5+1=109 (14% of max value = 765). Red value is 103 (40.62% from 255 or 94.50% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 103 - color contains mainly: red. Hex color #670501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670501 is #98FAFE. Grayscale: #212121. Windows color (decimal): -10025727 or 66919. OLE color: 66919.

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

Color convert

RGB10351-
CMYK00.950.990.60
HSL2.35º98.08%20.39%-
HSV(B)2.35º99.03%40.39%-
XYZ5.652.990.31-
YUV33.85109.47177.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 94.50%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=94.50%
G=4.59%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1035100.950.990.602.3598.0820.39
Hex675105F633C26214
Octal14751013714374214224
Binary1100111101101011111110001111110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670501; }

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

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

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

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

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

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

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

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