#690401

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

Shades of Maroon #690401

Tints of Maroon #690401

Color information

#690401 (or 0x690401) is unknown color: approx Maroon. HEX triplet: 69, 04 and 01. RGB value is (105,4,1). Sum of RGB (Red+Green+Blue) = 105+4+1=110 (14% of max value = 765). Red value is 105 (41.41% from 255 or 95.45% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 105 - color contains mainly: red. Hex color #690401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690401 is #96FBFE. Grayscale: #212121. Windows color (decimal): -9894911 or 66665. OLE color: 66665.

HSL color Cylindrical-coordinate representation of color #690401: hue angle of 1.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690401 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB10541-
CMYK00.960.990.59
HSL1.73º98.11%20.78%-
HSV(B)1.73º99.05%41.18%-
XYZ5.873.090.32-
YUV33.86109.46178.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 95.45%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=95.45%
G=3.64%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1054100.960.990.591.7398.1120.78
Hex6941060633B26215
Octal15141014014373214225
Binary1101001100101100000110001111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690401; }

 p { color: rgb(105,4,1); }

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

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

 a { background-color: rgb(105,4,1); }

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

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

 span { border-color: rgb(105,4,1); }

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