#63213D

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

Shades of Pompadour #63213D

Tints of Pompadour #63213D

Color information

#63213D (or 0x63213D) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 3D. RGB value is (99,33,61). Sum of RGB (Red+Green+Blue) = 99+33+61=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63213D is #9CDEC2. Grayscale: #373737. Windows color (decimal): -10280643 or 4006243. OLE color: 4006243.

HSL color Cylindrical-coordinate representation of color #63213D: hue angle of 334.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63213D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB993361-
CMYK00.670.380.61
HSL334.55º50%25.88%-
HSV(B)334.55º66.67%38.82%-
XYZ6.534.084.86-
YUV55.93130.87158.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=51.30%
G=17.10%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99336100.670.380.61334.555025.88
Hex63213D043263D14f321a
Octal1434175010346755176232
Binary11000111000011111010100001110011011110110100111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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