#631339

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

Shades of Pompadour #631339

Tints of Pompadour #631339

Color information

#631339 (or 0x631339) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 39. RGB value is (99,19,57). Sum of RGB (Red+Green+Blue) = 99+19+57=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631339 is #9CECC6. Grayscale: #2F2F2F. Windows color (decimal): -10284231 or 3740515. OLE color: 3740515.

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

Color convert

RGB991957-
CMYK00.810.420.61
HSL331.5º67.8%23.14%-
HSV(B)331.5º80.81%38.82%-
XYZ6.123.414.21-
YUV47.25133.5164.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 57 (22.66% from 255) = 32.57%
R=56.57%
G=10.86%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99195700.810.420.61331.567.823.14
Hex6313390512A3D14c4417
Octal14323710121527551410427
Binary11000111001111100101010001101010111101101001100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631339; }

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

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

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

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

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

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

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

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