#633535

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

Shades of Persian Plum #633535

Tints of Persian Plum #633535

Color information

#633535 (or 0x633535) is unknown color: approx Persian Plum. HEX triplet: 63, 35 and 35. RGB value is (99,53,53). Sum of RGB (Red+Green+Blue) = 99+53+53=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #633535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633535 is #9CCACA. Grayscale: #424242. Windows color (decimal): -10275531 or 3487075. OLE color: 3487075.

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

Color convert

RGB995353-
CMYK00.460.460.61
HSL30.26%29.8%-
HSV(B)46.46%38.82%-
XYZ7.065.464.05-
YUV66.75120.24151-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=48.29%
G=25.85%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99535300.460.460.61030.2629.8
Hex63353502E2E3D01e1e
Octal1436565056567503636
Binary1100011110101110101010111010111011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633535; }

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

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

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

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

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

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

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

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