#63263F

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

Shades of Pompadour #63263F

Tints of Pompadour #63263F

Color information

#63263F (or 0x63263F) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 3F. RGB value is (99,38,63). Sum of RGB (Red+Green+Blue) = 99+38+63=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63263F is #9CD9C0. Grayscale: #3B3B3B. Windows color (decimal): -10279361 or 4138595. OLE color: 4138595.

HSL color Cylindrical-coordinate representation of color #63263F: hue angle of 335.41º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63263F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB993863-
CMYK00.620.360.61
HSL335.41º44.53%26.86%-
HSV(B)335.41º61.62%38.82%-
XYZ6.744.45.2-
YUV59.09130.21156.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 63 (25% from 255) = 31.5%
R=49.5%
G=19%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99386300.620.360.61335.4144.5326.86
Hex63263F03E243D14f2d1b
Octal143467707644755175533
Binary1100011100110111111011111010010011110110100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63263F; }

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

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

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

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

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

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

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

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