#622F4E

Color #622F4E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #622F4E

Tints of Pompadour #622F4E

Color information

#622F4E (or 0x622F4E) is unknown color: approx Pompadour. HEX triplet: 62, 2F and 4E. RGB value is (98,47,78). Sum of RGB (Red+Green+Blue) = 98+47+78=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #622F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F4E is #9DD0B1. Grayscale: #414141. Windows color (decimal): -10342578 or 5123938. OLE color: 5123938.

HSL color Cylindrical-coordinate representation of color #622F4E: hue angle of 323.53º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #622F4E is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB984778-
CMYK00.520.200.62
HSL323.53º35.17%28.43%-
HSV(B)323.53º52.04%38.43%-
XYZ7.435.187.82-
YUV65.78134.9150.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=43.95%
G=21.08%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98477800.520.200.62323.5335.1728.43
Hex622F4E034143E144231c
Octal1425711606424765044334
Binary1100010101111100111001101001010011111010100010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622F4E; }

 p { color: rgb(98,47,78); }

 H1.HeaderClassName
 {
   color: #622F4E;
 }
 .AnyTagClassName
 {
   color: #622F4E;
 }
</style>
background-color css

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

 a { background-color: rgb(98,47,78); }

 div.DivClassName
 {
   background-color: #622F4E;
 }
 .BgClassName
 {
   background-color: #622F4E;
 }
</style>
border-color css

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

 span { border-color: rgb(98,47,78); }

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