Html Css Color HEX #690401 Maroon

📋 copy color: '#690401'

red 105 ◦ green 4 ◦ blue 1

#690401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #690401

Tints of Maroon #690401

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 value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#690401 (or 0x690401) is known color: 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

RGB 105 4 1 -
CMYK 0 0.96 0.99 0.59
HSL 1.73º 0.98% 0.21% -
HSV(B) 1.73º 0.99% 0.41% -
XYZ 5.87 3.09 0.32 -
YUV 33.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 105 4 1 0 0.96 0.99 0.59 1.73 0.98 0.21
Hex 69 4 1 0 60 63 3B 2 62 15
Octal 151 4 1 0 140 143 73 2 142 25
Binary 1101001 100 1 0 1100000 1100011 111011 10 1100010 10101

Color Harmonies of #690401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690401

Black with #690401

Text Example


Text Example

White with #690401

Text Example


Text Example

HTML Codes & Css Web 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>