#631C4E

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

Shades of Pompadour #631C4E

Tints of Pompadour #631C4E

Color information

#631C4E (or 0x631C4E) is unknown color: approx Pompadour. HEX triplet: 63, 1C and 4E. RGB value is (99,28,78). Sum of RGB (Red+Green+Blue) = 99+28+78=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C4E is #9CE3B1. Grayscale: #363636. Windows color (decimal): -10281906 or 5119075. OLE color: 5119075.

HSL color Cylindrical-coordinate representation of color #631C4E: hue angle of 317.75º 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 #631C4E is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB992878-
CMYK00.720.210.61
HSL317.75º55.91%24.9%-
HSV(B)317.75º71.72%38.82%-
XYZ6.944.037.62-
YUV54.93141.02159.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=48.29%
G=13.66%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99287800.720.210.61317.7555.9124.9
Hex631C4E048153D13e3819
Octal14334116011025754767031
Binary1100011111001001110010010001010111110110011111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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