Html Css Color HEX #692350 Pompadour

📋 copy color: '#692350'

red 105 ◦ green 35 ◦ blue 80

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

Shades of Pompadour #692350

Tints of Pompadour #692350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 47.73%
G = 15.91%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#692350 (or 0x692350) is known color: Pompadour. HEX triplet: 69, 23 and 50. RGB value is (105,35,80). Sum of RGB (Red+Green+Blue) = 105+35+80=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #692350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692350 is #96DCAF. Grayscale: #3C3C3C. Windows color (decimal): -9886896 or 5251945. OLE color: 5251945.

HSL color Cylindrical-coordinate representation of color #692350: hue angle of 321.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #692350 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 35 80 -
CMYK 0 0.67 0.24 0.59
HSL 321.43º 0.5% 0.27% -
HSV(B) 321.43º 0.67% 0.41% -
XYZ 7.87 4.78 8.1 -
YUV 61.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 105 35 80 0 0.67 0.24 0.59 321.43 0.5 0.27
Hex 69 23 50 0 43 18 3B 141 32 1B
Octal 151 43 120 0 103 30 73 501 62 33
Binary 1101001 100011 1010000 0 1000011 11000 111011 101000001 110010 11011

Color Harmonies of #692350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692350

Black with #692350

Text Example


Text Example

White with #692350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692350; }

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

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

background-color css

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

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

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

border-color css

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

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

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