#631C4A

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

Shades of Pompadour #631C4A

Tints of Pompadour #631C4A

Color information

#631C4A (or 0x631C4A) is unknown color: approx Pompadour. HEX triplet: 63, 1C and 4A. RGB value is (99,28,74). Sum of RGB (Red+Green+Blue) = 99+28+74=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C4A is #9CE3B5. Grayscale: #363636. Windows color (decimal): -10281910 or 4856931. OLE color: 4856931.

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

Color convert

RGB992874-
CMYK00.720.250.61
HSL321.13º55.91%24.9%-
HSV(B)321.13º71.72%38.82%-
XYZ6.83.986.89-
YUV54.47139.02159.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=49.25%
G=13.93%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99287400.720.250.61321.1355.9124.9
Hex631C4A048193D1413819
Octal14334112011031755017031
Binary1100011111001001010010010001100111110110100000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C4A; }

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

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

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

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

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

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

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

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