#670A03

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

Shades of Maroon #670A03

Tints of Maroon #670A03

Color information

#670A03 (or 0x670A03) is unknown color: approx Maroon. HEX triplet: 67, 0A and 03. RGB value is (103,10,3). Sum of RGB (Red+Green+Blue) = 103+10+3=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670A03 is #98F5FC. Grayscale: #252525. Windows color (decimal): -10024445 or 199271. OLE color: 199271.

HSL color Cylindrical-coordinate representation of color #670A03: hue angle of 4.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670A03 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB103103-
CMYK00.900.970.60
HSL4.2º94.34%20.78%-
HSV(B)4.2º97.09%40.39%-
XYZ5.723.110.38-
YUV37.01108.81175.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 88.79%
GREEN value IS 10 (4.30% from 255) = 8.62%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=88.79%
G=8.62%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10310300.900.970.604.294.3420.78
Hex67A305A613C45e15
Octal147123013214174413625
Binary1100111101011010110101100001111100100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670A03; }

 p { color: rgb(103,10,3); }

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

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

 a { background-color: rgb(103,10,3); }

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

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

 span { border-color: rgb(103,10,3); }

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