#622345

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

Shades of Pompadour #622345

Tints of Pompadour #622345

Color information

#622345 (or 0x622345) is unknown color: approx Pompadour. HEX triplet: 62, 23 and 45. RGB value is (98,35,69). Sum of RGB (Red+Green+Blue) = 98+35+69=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #622345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622345 is #9DDCBA. Grayscale: #393939. Windows color (decimal): -10345659 or 4531042. OLE color: 4531042.

HSL color Cylindrical-coordinate representation of color #622345: hue angle of 327.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622345 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB983569-
CMYK00.640.300.62
HSL327.62º47.37%26.08%-
HSV(B)327.62º64.29%38.43%-
XYZ6.714.236.09-
YUV57.71134.37156.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=48.51%
G=17.33%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98356900.640.300.62327.6247.3726.08
Hex6223450401E3E1482f1a
Octal14243105010036765105732
Binary11000101000111000101010000001111011111010100100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622345; }

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

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

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

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

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

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

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

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