#631342

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

Shades of Pompadour #631342

Tints of Pompadour #631342

Color information

#631342 (or 0x631342) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 42. RGB value is (99,19,66). Sum of RGB (Red+Green+Blue) = 99+19+66=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #631342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631342 is #9CECBD. Grayscale: #303030. Windows color (decimal): -10284222 or 4330339. OLE color: 4330339.

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

Color convert

RGB991966-
CMYK00.810.330.61
HSL324.75º67.8%23.14%-
HSV(B)324.75º80.81%38.82%-
XYZ6.363.515.5-
YUV48.28138164.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=53.80%
G=10.33%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99196600.810.330.61324.7567.823.14
Hex631342051213D1454417
Octal143231020121417550510427
Binary110001110011100001001010001100001111101101000101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631342; }

 p { color: rgb(99,19,66); }

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

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

 a { background-color: rgb(99,19,66); }

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

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

 span { border-color: rgb(99,19,66); }

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