Html Css Color HEX #691341 Pompadour

📋 copy color: '#691341'

red 105 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #691341

Tints of Pompadour #691341

RGB

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

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

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

R = 55.56%
G = 10.05%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#691341 (or 0x691341) is known color: Pompadour. HEX triplet: 69, 13 and 41. RGB value is (105,19,65). Sum of RGB (Red+Green+Blue) = 105+19+65=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #691341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691341 is #96ECBE. Grayscale: #313131. Windows color (decimal): -9891007 or 4264809. OLE color: 4264809.

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

Color convert

RGB 105 19 65 -
CMYK 0 0.82 0.38 0.59
HSL 327.91º 0.69% 0.24% -
HSV(B) 327.91º 0.82% 0.41% -
XYZ 7.01 3.85 5.37 -
YUV 49.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 105 19 65 0 0.82 0.38 0.59 327.91 0.69 0.24
Hex 69 13 41 0 52 26 3B 148 45 18
Octal 151 23 101 0 122 46 73 510 105 30
Binary 1101001 10011 1000001 0 1010010 100110 111011 101001000 1000101 11000

Color Harmonies of #691341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691341

Black with #691341

Text Example


Text Example

White with #691341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691341; }

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

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

background-color css

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

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

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

border-color css

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

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

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