#631334

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

Shades of Pompadour #631334

Tints of Pompadour #631334

Color information

#631334 (or 0x631334) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 34. RGB value is (99,19,52). Sum of RGB (Red+Green+Blue) = 99+19+52=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #631334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631334 is #9CECCB. Grayscale: #2E2E2E. Windows color (decimal): -10284236 or 3412835. OLE color: 3412835.

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

Color convert

RGB991952-
CMYK00.810.470.61
HSL335.25º67.8%23.14%-
HSV(B)335.25º80.81%38.82%-
XYZ63.373.58-
YUV46.68131165.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=58.24%
G=11.18%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99195200.810.470.61335.2567.823.14
Hex6313340512F3D14f4417
Octal14323640121577551710427
Binary11000111001111010001010001101111111101101001111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631334; }

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

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

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

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

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

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

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

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