#632F4F

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

Shades of Pompadour #632F4F

Tints of Pompadour #632F4F

Color information

#632F4F (or 0x632F4F) is unknown color: approx Pompadour. HEX triplet: 63, 2F and 4F. RGB value is (99,47,79). Sum of RGB (Red+Green+Blue) = 99+47+79=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #632F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F4F is #9CD0B0. Grayscale: #424242. Windows color (decimal): -10277041 or 5189475. OLE color: 5189475.

HSL color Cylindrical-coordinate representation of color #632F4F: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F4F is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB994779-
CMYK00.530.200.61
HSL323.08º35.62%28.63%-
HSV(B)323.08º52.53%38.82%-
XYZ7.575.258.01-
YUV66.2135.23151.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=44%
G=20.89%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99477900.530.200.61323.0835.6228.63
Hex632F4F035143D143241d
Octal1435711706524755034435
Binary1100011101111100111101101011010011110110100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632F4F; }

 p { color: rgb(99,47,79); }

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

<style>
 a { background-color: #632F4F; }

 a { background-color: rgb(99,47,79); }

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

<style>
 span { border-color: #632F4F; }

 span { border-color: rgb(99,47,79); }

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