#631A3F

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

Shades of Pompadour #631A3F

Tints of Pompadour #631A3F

Color information

#631A3F (or 0x631A3F) is unknown color: approx Pompadour. HEX triplet: 63, 1A and 3F. RGB value is (99,26,63). Sum of RGB (Red+Green+Blue) = 99+26+63=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A3F is #9CE5C0. Grayscale: #333333. Windows color (decimal): -10282433 or 4135523. OLE color: 4135523.

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

Color convert

RGB992663-
CMYK00.740.360.61
HSL329.59º58.4%24.51%-
HSV(B)329.59º73.74%38.82%-
XYZ6.413.755.09-
YUV52.04134.18161.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 63 (25% from 255) = 33.51%
R=52.66%
G=13.83%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99266300.740.360.61329.5958.424.51
Hex631A3F04A243D14a3a19
Octal1433277011244755127231
Binary1100011110101111110100101010010011110110100101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,63); }

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

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

 a { background-color: rgb(99,26,63); }

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

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

 span { border-color: rgb(99,26,63); }

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