Html Css Color HEX #691F49 Pompadour

📋 copy color: '#691F49'

red 105 ◦ green 31 ◦ blue 73

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

Shades of Pompadour #691F49

Tints of Pompadour #691F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.83%

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

R = 50.24%
G = 14.83%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#691F49 (or 0x691F49) is known color: Pompadour. HEX triplet: 69, 1F and 49. RGB value is (105,31,73). Sum of RGB (Red+Green+Blue) = 105+31+73=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #691F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F49 is #96E0B6. Grayscale: #393939. Windows color (decimal): -9887927 or 4792169. OLE color: 4792169.

HSL color Cylindrical-coordinate representation of color #691F49: hue angle of 325.95º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F49 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 73 -
CMYK 0 0.70 0.30 0.59
HSL 325.95º 0.54% 0.27% -
HSV(B) 325.95º 0.7% 0.41% -
XYZ 7.52 4.46 6.77 -
YUV 57.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 105 31 73 0 0.70 0.30 0.59 325.95 0.54 0.27
Hex 69 1F 49 0 46 1E 3B 146 36 1B
Octal 151 37 111 0 106 36 73 506 66 33
Binary 1101001 11111 1001001 0 1000110 11110 111011 101000110 110110 11011

Color Harmonies of #691F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F49

Black with #691F49

Text Example


Text Example

White with #691F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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