#63123E

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

Shades of Pompadour #63123E

Tints of Pompadour #63123E

Color information

#63123E (or 0x63123E) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 3E. RGB value is (99,18,62). Sum of RGB (Red+Green+Blue) = 99+18+62=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63123E is #9CEDC1. Grayscale: #2F2F2F. Windows color (decimal): -10284482 or 4067939. OLE color: 4067939.

HSL color Cylindrical-coordinate representation of color #63123E: hue angle of 327.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63123E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB991862-
CMYK00.820.370.61
HSL327.41º69.23%22.94%-
HSV(B)327.41º81.82%38.82%-
XYZ6.233.434.89-
YUV47.24136.34164.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=55.31%
G=10.06%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99186200.820.370.61327.4169.2322.94
Hex63123E052253D1474517
Octal14322760122457550710527
Binary11000111001011111001010010100101111101101000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63123E; }

 p { color: rgb(99,18,62); }

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

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

 a { background-color: rgb(99,18,62); }

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

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

 span { border-color: rgb(99,18,62); }

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