Html Css Color HEX #690703 Maroon

📋 copy color: '#690703'

red 105 ◦ green 7 ◦ blue 3

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

Shades of Maroon #690703

Tints of Maroon #690703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 3 (1.56% from 255) = 2.61%

R = 91.3%
G = 6.09%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#690703 (or 0x690703) is known color: Maroon. HEX triplet: 69, 07 and 03. RGB value is (105,7,3). Sum of RGB (Red+Green+Blue) = 105+7+3=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690703 is #96F8FC. Grayscale: #232323. Windows color (decimal): -9894141 or 198505. OLE color: 198505.

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

Color convert

RGB 105 7 3 -
CMYK 0 0.93 0.97 0.59
HSL 2.35º 0.94% 0.21% -
HSV(B) 2.35º 0.97% 0.41% -
XYZ 5.92 3.16 0.38 -
YUV 35.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 105 7 3 0 0.93 0.97 0.59 2.35 0.94 0.21
Hex 69 7 3 0 5D 61 3B 2 5E 15
Octal 151 7 3 0 135 141 73 2 136 25
Binary 1101001 111 11 0 1011101 1100001 111011 10 1011110 10101

Color Harmonies of #690703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690703

Black with #690703

Text Example


Text Example

White with #690703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690703; }

 p { color: rgb(105,7,3); }

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

background-color css

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

 a { background-color: rgb(105,7,3); }

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

border-color css

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

 span { border-color: rgb(105,7,3); }

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