Html Css Color HEX #691149 Pompadour

📋 copy color: '#691149'

red 105 ◦ green 17 ◦ blue 73

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

Shades of Pompadour #691149

Tints of Pompadour #691149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 73 (28.91% from 255) = 37.44%

R = 53.85%
G = 8.72%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#691149 (or 0x691149) is known color: Pompadour. HEX triplet: 69, 11 and 49. RGB value is (105,17,73). Sum of RGB (Red+Green+Blue) = 105+17+73=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #691149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691149 is #96EEB6. Grayscale: #313131. Windows color (decimal): -9891511 or 4788585. OLE color: 4788585.

HSL color Cylindrical-coordinate representation of color #691149: hue angle of 321.82º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691149 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 73 -
CMYK 0 0.84 0.30 0.59
HSL 321.82º 0.72% 0.24% -
HSV(B) 321.82º 0.84% 0.41% -
XYZ 7.23 3.89 6.67 -
YUV 49.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 105 17 73 0 0.84 0.30 0.59 321.82 0.72 0.24
Hex 69 11 49 0 54 1E 3B 142 48 18
Octal 151 21 111 0 124 36 73 502 110 30
Binary 1101001 10001 1001001 0 1010100 11110 111011 101000010 1001000 11000

Color Harmonies of #691149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691149

Black with #691149

Text Example


Text Example

White with #691149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691149; }

 p { color: rgb(105,17,73); }

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

background-color css

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

 a { background-color: rgb(105,17,73); }

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

border-color css

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

 span { border-color: rgb(105,17,73); }

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