#622B45

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

Shades of Pompadour #622B45

Tints of Pompadour #622B45

Color information

#622B45 (or 0x622B45) is unknown color: approx Pompadour. HEX triplet: 62, 2B and 45. RGB value is (98,43,69). Sum of RGB (Red+Green+Blue) = 98+43+69=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #622B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B45 is #9DD4BA. Grayscale: #3E3E3E. Windows color (decimal): -10343611 or 4533090. OLE color: 4533090.

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

Color convert

RGB984369-
CMYK00.560.300.62
HSL331.64º39.01%27.65%-
HSV(B)331.64º56.12%38.43%-
XYZ6.984.756.18-
YUV62.41131.72153.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=46.67%
G=20.48%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98436900.560.300.62331.6439.0127.65
Hex622B450381E3E14c271c
Octal1425310507036765144734
Binary1100010101011100010101110001111011111010100110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,43,69); }

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

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

 a { background-color: rgb(98,43,69); }

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

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

 span { border-color: rgb(98,43,69); }

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