#63184A

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

Shades of Pompadour #63184A

Tints of Pompadour #63184A

Color information

#63184A (or 0x63184A) is unknown color: approx Pompadour. HEX triplet: 63, 18 and 4A. RGB value is (99,24,74). Sum of RGB (Red+Green+Blue) = 99+24+74=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63184A is #9CE7B5. Grayscale: #343434. Windows color (decimal): -10282934 or 4855907. OLE color: 4855907.

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

Color convert

RGB992474-
CMYK00.760.250.61
HSL320º60.98%24.12%-
HSV(B)320º75.76%38.82%-
XYZ6.713.86.86-
YUV52.12140.35161.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=50.25%
G=12.18%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99247400.760.250.6132060.9824.12
Hex63184A04C193D1403d18
Octal14330112011431755007530
Binary1100011110001001010010011001100111110110100000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63184A; }

 p { color: rgb(99,24,74); }

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

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

 a { background-color: rgb(99,24,74); }

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

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

 span { border-color: rgb(99,24,74); }

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