#633232

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

Shades of Persian Plum #633232

Tints of Persian Plum #633232

Color information

#633232 (or 0x633232) is unknown color: approx Persian Plum. HEX triplet: 63, 32 and 32. RGB value is (99,50,50). Sum of RGB (Red+Green+Blue) = 99+50+50=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #633232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633232 is #9CCDCD. Grayscale: #404040. Windows color (decimal): -10276302 or 3289699. OLE color: 3289699.

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

Color convert

RGB995050-
CMYK00.490.490.61
HSL32.89%29.22%-
HSV(B)49.49%38.82%-
XYZ6.865.163.65-
YUV64.65119.73152.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=49.75%
G=25.13%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99505000.490.490.61032.8929.22
Hex633232031313D0211d
Octal1436262061617504135
Binary11000111100101100100110001110001111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633232; }

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

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

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

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

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

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

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

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