Html Css Color HEX #691303 Maroon

📋 copy color: '#691303'

red 105 ◦ green 19 ◦ blue 3

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

Shades of Maroon #691303

Tints of Maroon #691303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

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

R = 82.68%
G = 14.96%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#691303 (or 0x691303) is known color: Maroon. HEX triplet: 69, 13 and 03. RGB value is (105,19,3). Sum of RGB (Red+Green+Blue) = 105+19+3=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #691303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691303 is #96ECFC. Grayscale: #2B2B2B. Windows color (decimal): -9891069 or 201577. OLE color: 201577.

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

Color convert

RGB 105 19 3 -
CMYK 0 0.82 0.97 0.59
HSL 9.41º 0.94% 0.21% -
HSV(B) 9.41º 0.97% 0.41% -
XYZ 6.08 3.48 0.44 -
YUV 42.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 105 19 3 0 0.82 0.97 0.59 9.41 0.94 0.21
Hex 69 13 3 0 52 61 3B 9 5E 15
Octal 151 23 3 0 122 141 73 11 136 25
Binary 1101001 10011 11 0 1010010 1100001 111011 1001 1011110 10101

Color Harmonies of #691303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691303

Black with #691303

Text Example


Text Example

White with #691303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691303; }

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

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

background-color css

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

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

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

border-color css

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

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

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