Html Css Color HEX #692850 Pompadour

📋 copy color: '#692850'

red 105 ◦ green 40 ◦ blue 80

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

Shades of Pompadour #692850

Tints of Pompadour #692850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 46.67%
G = 17.78%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#692850 (or 0x692850) is known color: Pompadour. HEX triplet: 69, 28 and 50. RGB value is (105,40,80). Sum of RGB (Red+Green+Blue) = 105+40+80=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #692850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692850 is #96D7AF. Grayscale: #3F3F3F. Windows color (decimal): -9885616 or 5253225. OLE color: 5253225.

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

Color convert

RGB 105 40 80 -
CMYK 0 0.62 0.24 0.59
HSL 323.08º 0.45% 0.28% -
HSV(B) 323.08º 0.62% 0.41% -
XYZ 8.03 5.1 8.15 -
YUV 64 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 105 40 80 0 0.62 0.24 0.59 323.08 0.45 0.28
Hex 69 28 50 0 3E 18 3B 143 2D 1C
Octal 151 50 120 0 76 30 73 503 55 34
Binary 1101001 101000 1010000 0 111110 11000 111011 101000011 101101 11100

Color Harmonies of #692850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692850

Black with #692850

Text Example


Text Example

White with #692850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692850; }

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

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

background-color css

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

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

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

border-color css

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

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

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