#63223C

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

Shades of Pompadour #63223C

Tints of Pompadour #63223C

Color information

#63223C (or 0x63223C) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 3C. RGB value is (99,34,60). Sum of RGB (Red+Green+Blue) = 99+34+60=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63223C is #9CDDC3. Grayscale: #383838. Windows color (decimal): -10280388 or 3940963. OLE color: 3940963.

HSL color Cylindrical-coordinate representation of color #63223C: hue angle of 336º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63223C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB993460-
CMYK00.660.390.61
HSL336º48.87%26.08%-
HSV(B)336º65.66%38.82%-
XYZ6.534.124.73-
YUV56.4130.03158.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=51.30%
G=17.62%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99346000.660.390.6133648.8726.08
Hex63223C042273D150311a
Octal1434274010247755206132
Binary11000111000101111000100001010011111110110101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63223C; }

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

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

<style>
 a { background-color: #63223C; }

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

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

<style>
 span { border-color: #63223C; }

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

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