#631C3C

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

Shades of Pompadour #631C3C

Tints of Pompadour #631C3C

Color information

#631C3C (or 0x631C3C) is unknown color: approx Pompadour. HEX triplet: 63, 1C and 3C. RGB value is (99,28,60). Sum of RGB (Red+Green+Blue) = 99+28+60=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #631C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C3C is #9CE3C3. Grayscale: #343434. Windows color (decimal): -10281924 or 3939427. OLE color: 3939427.

HSL color Cylindrical-coordinate representation of color #631C3C: hue angle of 332.96º 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 #631C3C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB992860-
CMYK00.720.390.61
HSL332.96º55.91%24.9%-
HSV(B)332.96º71.72%38.82%-
XYZ6.383.814.67-
YUV52.88132.02160.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=52.94%
G=14.97%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99286000.720.390.61332.9655.9124.9
Hex631C3C048273D14d3819
Octal1433474011047755157031
Binary1100011111001111000100100010011111110110100110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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