#621848

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

Shades of Pompadour #621848

Tints of Pompadour #621848

Color information

#621848 (or 0x621848) is unknown color: approx Pompadour. HEX triplet: 62, 18 and 48. RGB value is (98,24,72). Sum of RGB (Red+Green+Blue) = 98+24+72=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #621848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621848 is #9DE7B7. Grayscale: #333333. Windows color (decimal): -10348472 or 4724834. OLE color: 4724834.

HSL color Cylindrical-coordinate representation of color #621848: hue angle of 321.08º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621848 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB982472-
CMYK00.760.270.62
HSL321.08º60.66%23.92%-
HSV(B)321.08º75.51%38.43%-
XYZ6.533.726.5-
YUV51.6139.52161.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=50.52%
G=12.37%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98247200.760.270.62321.0860.6623.92
Hex62184804C1B3E1413d18
Octal14230110011433765017530
Binary1100010110001001000010011001101111111010100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621848; }

 p { color: rgb(98,24,72); }

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

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

 a { background-color: rgb(98,24,72); }

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

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

 span { border-color: rgb(98,24,72); }

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