#631C43

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

Shades of Pompadour #631C43

Tints of Pompadour #631C43

Color information

#631C43 (or 0x631C43) is unknown color: approx Pompadour. HEX triplet: 63, 1C and 43. RGB value is (99,28,67). Sum of RGB (Red+Green+Blue) = 99+28+67=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C43 is #9CE3BC. Grayscale: #353535. Windows color (decimal): -10281917 or 4398179. OLE color: 4398179.

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

Color convert

RGB992867-
CMYK00.720.320.61
HSL327.04º55.91%24.9%-
HSV(B)327.04º71.72%38.82%-
XYZ6.573.895.71-
YUV53.68135.52160.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=51.03%
G=14.43%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99286700.720.320.61327.0455.9124.9
Hex631C43048203D1473819
Octal14334103011040755077031
Binary11000111110010000110100100010000011110110100011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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