#631E3F

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

Shades of Pompadour #631E3F

Tints of Pompadour #631E3F

Color information

#631E3F (or 0x631E3F) is unknown color: approx Pompadour. HEX triplet: 63, 1E and 3F. RGB value is (99,30,63). Sum of RGB (Red+Green+Blue) = 99+30+63=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E3F is #9CE1C0. Grayscale: #363636. Windows color (decimal): -10281409 or 4136547. OLE color: 4136547.

HSL color Cylindrical-coordinate representation of color #631E3F: hue angle of 331.3º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E3F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB993063-
CMYK00.700.360.61
HSL331.3º53.49%25.29%-
HSV(B)331.3º69.7%38.82%-
XYZ6.513.945.12-
YUV54.39132.86159.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 63 (25% from 255) = 32.81%
R=51.56%
G=15.62%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99306300.700.360.61331.353.4925.29
Hex631E3F046243D14b3519
Octal1433677010644755136531
Binary1100011111101111110100011010010011110110100101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E3F; }

 p { color: rgb(99,30,63); }

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

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

 a { background-color: rgb(99,30,63); }

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

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

 span { border-color: rgb(99,30,63); }

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