#631F3E

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

Shades of Pompadour #631F3E

Tints of Pompadour #631F3E

Color information

#631F3E (or 0x631F3E) is unknown color: approx Pompadour. HEX triplet: 63, 1F and 3E. RGB value is (99,31,62). Sum of RGB (Red+Green+Blue) = 99+31+62=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F3E is #9CE0C1. Grayscale: #363636. Windows color (decimal): -10281154 or 4071267. OLE color: 4071267.

HSL color Cylindrical-coordinate representation of color #631F3E: hue angle of 332.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F3E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB993162-
CMYK00.690.370.61
HSL332.65º52.31%25.49%-
HSV(B)332.65º68.69%38.82%-
XYZ6.513.984.98-
YUV54.87132.03159.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=51.56%
G=16.15%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99316200.690.370.61332.6552.3125.49
Hex631F3E045253D14d3419
Octal1433776010545755156431
Binary1100011111111111100100010110010111110110100110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,62); }

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

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

 a { background-color: rgb(99,31,62); }

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

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

 span { border-color: rgb(99,31,62); }

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