#670504

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

Shades of Maroon #670504

Tints of Maroon #670504

Color information

#670504 (or 0x670504) is unknown color: approx Maroon. HEX triplet: 67, 05 and 04. RGB value is (103,5,4). Sum of RGB (Red+Green+Blue) = 103+5+4=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670504 is #98FAFB. Grayscale: #222222. Windows color (decimal): -10025724 or 263527. OLE color: 263527.

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

Color convert

RGB10354-
CMYK00.950.960.60
HSL0.61º92.52%20.98%-
HSV(B)0.61º96.12%40.39%-
XYZ5.6730.4-
YUV34.19110.97177.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 91.96%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=91.96%
G=4.46%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1035400.950.960.600.6192.5220.98
Hex675405F603C15d15
Octal14754013714074113525
Binary11001111011000101111111000001111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670504; }

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

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

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

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

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

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

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

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