#631538

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

Shades of Pompadour #631538

Tints of Pompadour #631538

Color information

#631538 (or 0x631538) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 38. RGB value is (99,21,56). Sum of RGB (Red+Green+Blue) = 99+21+56=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #631538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631538 is #9CEAC7. Grayscale: #303030. Windows color (decimal): -10283720 or 3675491. OLE color: 3675491.

HSL color Cylindrical-coordinate representation of color #631538: hue angle of 333.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631538 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB992156-
CMYK00.790.430.61
HSL333.08º65%23.53%-
HSV(B)333.08º78.79%38.82%-
XYZ6.133.474.09-
YUV48.31132.34164.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=56.25%
G=11.93%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99215600.790.430.61333.086523.53
Hex63153804F2B3D14d4118
Octal14325700117537551510130
Binary11000111010111100001001111101011111101101001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631538; }

 p { color: rgb(99,21,56); }

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

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

 a { background-color: rgb(99,21,56); }

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

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

 span { border-color: rgb(99,21,56); }

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