#670C03

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

Shades of Maroon #670C03

Tints of Maroon #670C03

Color information

#670C03 (or 0x670C03) is unknown color: approx Maroon. HEX triplet: 67, 0C and 03. RGB value is (103,12,3). Sum of RGB (Red+Green+Blue) = 103+12+3=118 (15% of max value = 765). Red value is 103 (40.62% from 255 or 87.29% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 103 - color contains mainly: red. Hex color #670C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C03 is #98F3FC. Grayscale: #262626. Windows color (decimal): -10023933 or 199783. OLE color: 199783.

HSL color Cylindrical-coordinate representation of color #670C03: hue angle of 5.4º 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 #670C03 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB103123-
CMYK00.880.970.60
HSL5.4º94.34%20.78%-
HSV(B)5.4º97.09%40.39%-
XYZ5.743.150.39-
YUV38.18108.15174.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 87.29%
GREEN value IS 12 (5.08% from 255) = 10.17%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=87.29%
G=10.17%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10312300.880.970.605.494.3420.78
Hex67C3058613C55e15
Octal147143013014174513625
Binary1100111110011010110001100001111100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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