#632929

Color #632929 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #632929

Tints of Persian Plum #632929

Color information

#632929 (or 0x632929) is unknown color: approx Persian Plum. HEX triplet: 63, 29 and 29. RGB value is (99,41,41). Sum of RGB (Red+Green+Blue) = 99+41+41=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #632929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632929 is #9CD6D6. Grayscale: #3A3A3A. Windows color (decimal): -10278615 or 2697571. OLE color: 2697571.

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

Color convert

RGB994141-
CMYK00.590.590.61
HSL41.43%27.45%-
HSV(B)58.59%38.82%-
XYZ6.344.42.61-
YUV58.34118.22157-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=54.70%
G=22.65%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99414100.590.590.61041.4327.45
Hex63292903B3B3D0291b
Octal1435151073737505133
Binary11000111010011010010111011111011111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632929; }

 p { color: rgb(99,41,41); }

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

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

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

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

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

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

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