Html Css Color HEX #690901 Maroon

📋 copy color: '#690901'

red 105 ◦ green 9 ◦ blue 1

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

Shades of Maroon #690901

Tints of Maroon #690901

RGB

 RED value IS 105 (41.41% from 255) = 91.3%

 GREEN value IS 9 (3.91% from 255) = 7.83%

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 91.3%
G = 7.83%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#690901 (or 0x690901) is known color: Maroon. HEX triplet: 69, 09 and 01. RGB value is (105,9,1). Sum of RGB (Red+Green+Blue) = 105+9+1=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690901 is #96F6FE. Grayscale: #242424. Windows color (decimal): -9893631 or 67945. OLE color: 67945.

HSL color Cylindrical-coordinate representation of color #690901: hue angle of 4.62º 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 #690901 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 1 -
CMYK 0 0.91 0.99 0.59
HSL 4.62º 0.98% 0.21% -
HSV(B) 4.62º 0.99% 0.41% -
XYZ 5.93 3.2 0.33 -
YUV 36.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 105 9 1 0 0.91 0.99 0.59 4.62 0.98 0.21
Hex 69 9 1 0 5B 63 3B 5 62 15
Octal 151 11 1 0 133 143 73 5 142 25
Binary 1101001 1001 1 0 1011011 1100011 111011 101 1100010 10101

Color Harmonies of #690901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690901

Black with #690901

Text Example


Text Example

White with #690901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690901; }

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

 H1.HeaderClassName
 {
   color: #690901;
 }
 .AnyTagClassName
 {
   color: #690901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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