Html Css Color HEX #692449 Pompadour

📋 copy color: '#692449'

red 105 ◦ green 36 ◦ blue 73

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

Shades of Pompadour #692449

Tints of Pompadour #692449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 49.07%
G = 16.82%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#692449 (or 0x692449) is known color: Pompadour. HEX triplet: 69, 24 and 49. RGB value is (105,36,73). Sum of RGB (Red+Green+Blue) = 105+36+73=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #692449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692449 is #96DBB6. Grayscale: #3C3C3C. Windows color (decimal): -9886647 or 4793449. OLE color: 4793449.

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

Color convert

RGB 105 36 73 -
CMYK 0 0.66 0.30 0.59
HSL 327.83º 0.49% 0.28% -
HSV(B) 327.83º 0.66% 0.41% -
XYZ 7.66 4.75 6.82 -
YUV 60.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 105 36 73 0 0.66 0.30 0.59 327.83 0.49 0.28
Hex 69 24 49 0 42 1E 3B 148 31 1C
Octal 151 44 111 0 102 36 73 510 61 34
Binary 1101001 100100 1001001 0 1000010 11110 111011 101001000 110001 11100

Color Harmonies of #692449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692449

Black with #692449

Text Example


Text Example

White with #692449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692449; }

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

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

background-color css

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

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

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

border-color css

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

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

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