#631238

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

Shades of Pompadour #631238

Tints of Pompadour #631238

Color information

#631238 (or 0x631238) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 38. RGB value is (99,18,56). Sum of RGB (Red+Green+Blue) = 99+18+56=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631238 is #9CEDC7. Grayscale: #2E2E2E. Windows color (decimal): -10284488 or 3674723. OLE color: 3674723.

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

Color convert

RGB991856-
CMYK00.820.430.61
HSL331.85º69.23%22.94%-
HSV(B)331.85º81.82%38.82%-
XYZ6.083.374.07-
YUV46.55133.34165.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=57.23%
G=10.40%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99185600.820.430.61331.8569.2322.94
Hex6312380522B3D14c4517
Octal14322700122537551410527
Binary11000111001011100001010010101011111101101001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631238; }

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

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

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

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

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

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

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

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