#633533

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

Shades of Persian Plum #633533

Tints of Persian Plum #633533

Color information

#633533 (or 0x633533) is unknown color: approx Persian Plum. HEX triplet: 63, 35 and 33. RGB value is (99,53,51). Sum of RGB (Red+Green+Blue) = 99+53+51=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #633533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633533 is #9CCACC. Grayscale: #424242. Windows color (decimal): -10275533 or 3356003. OLE color: 3356003.

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

Color convert

RGB995351-
CMYK00.460.480.61
HSL2.5º32%29.41%-
HSV(B)2.5º48.48%38.82%-
XYZ7.025.443.81-
YUV66.53119.24151.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=48.77%
G=26.11%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99535100.460.480.612.53229.41
Hex63353302E303D3201d
Octal1436563056607534035
Binary110001111010111001101011101100001111011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633533; }

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

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

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

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

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

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

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

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