Html Css Color HEX #692C49 Pompadour

📋 copy color: '#692C49'

red 105 ◦ green 44 ◦ blue 73

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

Shades of Pompadour #692C49

Tints of Pompadour #692C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

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

R = 47.3%
G = 19.82%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#692C49 (or 0x692C49) is known color: Pompadour. HEX triplet: 69, 2C and 49. RGB value is (105,44,73). Sum of RGB (Red+Green+Blue) = 105+44+73=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #692C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C49 is #96D3B6. Grayscale: #414141. Windows color (decimal): -9884599 or 4795497. OLE color: 4795497.

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

Color convert

RGB 105 44 73 -
CMYK 0 0.58 0.30 0.59
HSL 331.48º 0.41% 0.29% -
HSV(B) 331.48º 0.58% 0.41% -
XYZ 7.93 5.29 6.91 -
YUV 65.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 105 44 73 0 0.58 0.30 0.59 331.48 0.41 0.29
Hex 69 2C 49 0 3A 1E 3B 14B 29 1D
Octal 151 54 111 0 72 36 73 513 51 35
Binary 1101001 101100 1001001 0 111010 11110 111011 101001011 101001 11101

Color Harmonies of #692C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692C49

Black with #692C49

Text Example


Text Example

White with #692C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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