#63223D

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

Shades of Pompadour #63223D

Tints of Pompadour #63223D

Color information

#63223D (or 0x63223D) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 3D. RGB value is (99,34,61). Sum of RGB (Red+Green+Blue) = 99+34+61=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63223D is #9CDDC2. Grayscale: #383838. Windows color (decimal): -10280387 or 4006499. OLE color: 4006499.

HSL color Cylindrical-coordinate representation of color #63223D: hue angle of 335.08º 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 #63223D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB993461-
CMYK00.660.380.61
HSL335.08º48.87%26.08%-
HSV(B)335.08º65.66%38.82%-
XYZ6.564.134.87-
YUV56.51130.53158.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=51.03%
G=17.53%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99346100.660.380.61335.0848.8726.08
Hex63223D042263D14f311a
Octal1434275010246755176132
Binary11000111000101111010100001010011011110110100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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