#631343

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

Shades of Pompadour #631343

Tints of Pompadour #631343

Color information

#631343 (or 0x631343) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 43. RGB value is (99,19,67). Sum of RGB (Red+Green+Blue) = 99+19+67=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631343 is #9CECBC. Grayscale: #303030. Windows color (decimal): -10284221 or 4395875. OLE color: 4395875.

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

Color convert

RGB991967-
CMYK00.810.320.61
HSL324º67.8%23.14%-
HSV(B)324º80.81%38.82%-
XYZ6.393.525.65-
YUV48.39138.5164.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=53.51%
G=10.27%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99196700.810.320.6132467.823.14
Hex631343051203D1444417
Octal143231030121407550410427
Binary110001110011100001101010001100000111101101000100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631343; }

 p { color: rgb(99,19,67); }

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

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

 a { background-color: rgb(99,19,67); }

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

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

 span { border-color: rgb(99,19,67); }

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