Html Css Color HEX #691749 Pompadour

📋 copy color: '#691749'

red 105 ◦ green 23 ◦ blue 73

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

Shades of Pompadour #691749

Tints of Pompadour #691749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 52.24%
G = 11.44%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#691749 (or 0x691749) is known color: Pompadour. HEX triplet: 69, 17 and 49. RGB value is (105,23,73). Sum of RGB (Red+Green+Blue) = 105+23+73=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #691749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691749 is #96E8B6. Grayscale: #353535. Windows color (decimal): -9889975 or 4790121. OLE color: 4790121.

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

Color convert

RGB 105 23 73 -
CMYK 0 0.78 0.30 0.59
HSL 323.41º 0.64% 0.25% -
HSV(B) 323.41º 0.78% 0.41% -
XYZ 7.33 4.1 6.71 -
YUV 53.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 105 23 73 0 0.78 0.30 0.59 323.41 0.64 0.25
Hex 69 17 49 0 4E 1E 3B 143 40 19
Octal 151 27 111 0 116 36 73 503 100 31
Binary 1101001 10111 1001001 0 1001110 11110 111011 101000011 1000000 11001

Color Harmonies of #691749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691749

Black with #691749

Text Example


Text Example

White with #691749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691749; }

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

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

background-color css

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

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

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

border-color css

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

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

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