#633432

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

Shades of Persian Plum #633432

Tints of Persian Plum #633432

Color information

#633432 (or 0x633432) is unknown color: approx Persian Plum. HEX triplet: 63, 34 and 32. RGB value is (99,52,50). Sum of RGB (Red+Green+Blue) = 99+52+50=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633432 is #9CCBCD. Grayscale: #414141. Windows color (decimal): -10275790 or 3290211. OLE color: 3290211.

HSL color Cylindrical-coordinate representation of color #633432: hue angle of 2.45º 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 #633432 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB995250-
CMYK00.470.490.61
HSL2.45º32.89%29.22%-
HSV(B)2.45º49.49%38.82%-
XYZ6.955.343.68-
YUV65.82119.07151.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=49.25%
G=25.87%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99525000.470.490.612.4532.8929.22
Hex63343202F313D2211d
Octal1436462057617524135
Binary110001111010011001001011111100011111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633432; }

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

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

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

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

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

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

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

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