Html Css Color HEX #691304 Maroon

📋 copy color: '#691304'

red 105 ◦ green 19 ◦ blue 4

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

Shades of Maroon #691304

Tints of Maroon #691304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 82.03%
G = 14.84%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#691304 (or 0x691304) is known color: Maroon. HEX triplet: 69, 13 and 04. RGB value is (105,19,4). Sum of RGB (Red+Green+Blue) = 105+19+4=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #691304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691304 is #96ECFB. Grayscale: #2B2B2B. Windows color (decimal): -9891068 or 267113. OLE color: 267113.

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

Color convert

RGB 105 19 4 -
CMYK 0 0.82 0.96 0.59
HSL 8.91º 0.93% 0.21% -
HSV(B) 8.91º 0.96% 0.41% -
XYZ 6.08 3.48 0.47 -
YUV 43 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 105 19 4 0 0.82 0.96 0.59 8.91 0.93 0.21
Hex 69 13 4 0 52 60 3B 9 5D 15
Octal 151 23 4 0 122 140 73 11 135 25
Binary 1101001 10011 100 0 1010010 1100000 111011 1001 1011101 10101

Color Harmonies of #691304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691304

Black with #691304

Text Example


Text Example

White with #691304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691304; }

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

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

background-color css

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

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

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

border-color css

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

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

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