#622A4E

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

Shades of Pompadour #622A4E

Tints of Pompadour #622A4E

Color information

#622A4E (or 0x622A4E) is unknown color: approx Pompadour. HEX triplet: 62, 2A and 4E. RGB value is (98,42,78). Sum of RGB (Red+Green+Blue) = 98+42+78=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622A4E is #9DD5B1. Grayscale: #3E3E3E. Windows color (decimal): -10343858 or 5122658. OLE color: 5122658.

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

Color convert

RGB984278-
CMYK00.570.200.62
HSL321.43º40%27.45%-
HSV(B)321.43º57.14%38.43%-
XYZ7.244.87.75-
YUV62.85136.55153.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=44.95%
G=19.27%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98427800.570.200.62321.434027.45
Hex622A4E039143E141281b
Octal1425211607124765015033
Binary1100010101010100111001110011010011111010100000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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