#631735

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

Shades of Pompadour #631735

Tints of Pompadour #631735

Color information

#631735 (or 0x631735) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 35. RGB value is (99,23,53). Sum of RGB (Red+Green+Blue) = 99+23+53=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631735 is #9CE8CA. Grayscale: #313131. Windows color (decimal): -10283211 or 3479395. OLE color: 3479395.

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

Color convert

RGB992353-
CMYK00.770.460.61
HSL336.32º62.3%23.92%-
HSV(B)336.32º76.77%38.82%-
XYZ6.093.523.73-
YUV49.14130.18163.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=56.57%
G=13.14%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99235300.770.460.61336.3262.323.92
Hex63173504D2E3D1503e18
Octal1432765011556755207630
Binary1100011101111101010100110110111011110110101000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631735; }

 p { color: rgb(99,23,53); }

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

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

 a { background-color: rgb(99,23,53); }

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

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

 span { border-color: rgb(99,23,53); }

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