Html Css Color HEX #692448 Pompadour

📋 copy color: '#692448'

red 105 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #692448

Tints of Pompadour #692448

RGB

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

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

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

R = 49.3%
G = 16.9%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#692448 (or 0x692448) is known color: Pompadour. HEX triplet: 69, 24 and 48. RGB value is (105,36,72). Sum of RGB (Red+Green+Blue) = 105+36+72=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #692448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692448 is #96DBB7. Grayscale: #3C3C3C. Windows color (decimal): -9886648 or 4727913. OLE color: 4727913.

HSL color Cylindrical-coordinate representation of color #692448: hue angle of 328.7º 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 #692448 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 36 72 -
CMYK 0 0.66 0.31 0.59
HSL 328.7º 0.49% 0.28% -
HSV(B) 328.7º 0.66% 0.41% -
XYZ 7.63 4.73 6.64 -
YUV 60.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 105 36 72 0 0.66 0.31 0.59 328.7 0.49 0.28
Hex 69 24 48 0 42 1F 3B 149 31 1C
Octal 151 44 110 0 102 37 73 511 61 34
Binary 1101001 100100 1001000 0 1000010 11111 111011 101001001 110001 11100

Color Harmonies of #692448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692448

Black with #692448

Text Example


Text Example

White with #692448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692448; }

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

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

background-color css

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

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

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

border-color css

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

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

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