#621338

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

Shades of Pompadour #621338

Tints of Pompadour #621338

Color information

#621338 (or 0x621338) is unknown color: approx Pompadour. HEX triplet: 62, 13 and 38. RGB value is (98,19,56). Sum of RGB (Red+Green+Blue) = 98+19+56=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #621338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621338 is #9DECC7. Grayscale: #2E2E2E. Windows color (decimal): -10349768 or 3674978. OLE color: 3674978.

HSL color Cylindrical-coordinate representation of color #621338: hue angle of 331.9º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621338 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB981956-
CMYK00.810.430.62
HSL331.9º67.52%22.94%-
HSV(B)331.9º80.61%38.43%-
XYZ5.983.354.07-
YUV46.84133.17164.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=56.65%
G=10.98%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98195600.810.430.62331.967.5222.94
Hex6213380512B3E14c4417
Octal14223700121537651410427
Binary11000101001111100001010001101011111110101001100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621338; }

 p { color: rgb(98,19,56); }

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

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

 a { background-color: rgb(98,19,56); }

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

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

 span { border-color: rgb(98,19,56); }

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