Html Css Color HEX #692848 Pompadour

📋 copy color: '#692848'

red 105 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #692848

Tints of Pompadour #692848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 48.39%
G = 18.43%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#692848 (or 0x692848) is known color: Pompadour. HEX triplet: 69, 28 and 48. RGB value is (105,40,72). Sum of RGB (Red+Green+Blue) = 105+40+72=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #692848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692848 is #96D7B7. Grayscale: #3F3F3F. Windows color (decimal): -9885624 or 4728937. OLE color: 4728937.

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

Color convert

RGB 105 40 72 -
CMYK 0 0.62 0.31 0.59
HSL 330.46º 0.45% 0.28% -
HSV(B) 330.46º 0.62% 0.41% -
XYZ 7.75 4.99 6.69 -
YUV 63.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 105 40 72 0 0.62 0.31 0.59 330.46 0.45 0.28
Hex 69 28 48 0 3E 1F 3B 14A 2D 1C
Octal 151 50 110 0 76 37 73 512 55 34
Binary 1101001 101000 1001000 0 111110 11111 111011 101001010 101101 11100

Color Harmonies of #692848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692848

Black with #692848

Text Example


Text Example

White with #692848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692848; }

 p { color: rgb(105,40,72); }

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

background-color css

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

 a { background-color: rgb(105,40,72); }

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

border-color css

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

 span { border-color: rgb(105,40,72); }

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