#631443

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

Shades of Pompadour #631443

Tints of Pompadour #631443

Color information

#631443 (or 0x631443) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 43. RGB value is (99,20,67). Sum of RGB (Red+Green+Blue) = 99+20+67=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #631443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631443 is #9CEBBC. Grayscale: #303030. Windows color (decimal): -10283965 or 4396131. OLE color: 4396131.

HSL color Cylindrical-coordinate representation of color #631443: hue angle of 324.3º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631443 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB992067-
CMYK00.800.320.61
HSL324.3º66.39%23.33%-
HSV(B)324.3º79.8%38.82%-
XYZ6.413.565.66-
YUV48.98138.17163.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=53.23%
G=10.75%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99206700.800.320.61324.366.3923.33
Hex631443050203D1444217
Octal143241030120407550410227
Binary110001110100100001101010000100000111101101000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631443; }

 p { color: rgb(99,20,67); }

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

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

 a { background-color: rgb(99,20,67); }

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

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

 span { border-color: rgb(99,20,67); }

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