#633531

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

Shades of Persian Plum #633531

Tints of Persian Plum #633531

Color information

#633531 (or 0x633531) is unknown color: approx Persian Plum. HEX triplet: 63, 35 and 31. RGB value is (99,53,49). Sum of RGB (Red+Green+Blue) = 99+53+49=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633531 is #9CCACE. Grayscale: #424242. Windows color (decimal): -10275535 or 3224931. OLE color: 3224931.

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

Color convert

RGB995349-
CMYK00.460.510.61
HSL4.8º33.78%29.02%-
HSV(B)4.8º50.51%38.82%-
XYZ6.975.423.58-
YUV66.3118.24151.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=49.25%
G=26.37%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99534900.460.510.614.833.7829.02
Hex63353102E333D5221d
Octal1436561056637554235
Binary1100011110101110001010111011001111110110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633531; }

 p { color: rgb(99,53,49); }

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

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

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

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

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

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

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