Html Css Color HEX #691141 Pompadour

📋 copy color: '#691141'

red 105 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #691141

Tints of Pompadour #691141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 56.15%
G = 9.09%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#691141 (or 0x691141) is known color: Pompadour. HEX triplet: 69, 11 and 41. RGB value is (105,17,65). Sum of RGB (Red+Green+Blue) = 105+17+65=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691141 is #96EEBE. Grayscale: #303030. Windows color (decimal): -9891519 or 4264297. OLE color: 4264297.

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

Color convert

RGB 105 17 65 -
CMYK 0 0.84 0.38 0.59
HSL 327.27º 0.72% 0.24% -
HSV(B) 327.27º 0.84% 0.41% -
XYZ 6.98 3.79 5.36 -
YUV 48.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 105 17 65 0 0.84 0.38 0.59 327.27 0.72 0.24
Hex 69 11 41 0 54 26 3B 147 48 18
Octal 151 21 101 0 124 46 73 507 110 30
Binary 1101001 10001 1000001 0 1010100 100110 111011 101000111 1001000 11000

Color Harmonies of #691141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691141

Black with #691141

Text Example


Text Example

White with #691141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691141; }

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

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

background-color css

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

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

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

border-color css

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

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

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