#631441

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

Shades of Pompadour #631441

Tints of Pompadour #631441

Color information

#631441 (or 0x631441) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 41. RGB value is (99,20,65). Sum of RGB (Red+Green+Blue) = 99+20+65=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #631441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631441 is #9CEBBE. Grayscale: #303030. Windows color (decimal): -10283967 or 4265059. OLE color: 4265059.

HSL color Cylindrical-coordinate representation of color #631441: hue angle of 325.82º 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 #631441 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB992065-
CMYK00.800.340.61
HSL325.82º66.39%23.33%-
HSV(B)325.82º79.8%38.82%-
XYZ6.353.535.35-
YUV48.75137.17163.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=53.80%
G=10.87%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99206500.800.340.61325.8266.3923.33
Hex631441050223D1464217
Octal143241010120427550610227
Binary110001110100100000101010000100010111101101000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631441; }

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

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

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

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

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

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

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

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