#603432

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

Shades of Persian Plum #603432

Tints of Persian Plum #603432

Color information

#603432 (or 0x603432) is unknown color: approx Persian Plum. HEX triplet: 60, 34 and 32. RGB value is (96,52,50). Sum of RGB (Red+Green+Blue) = 96+52+50=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603432 is #9FCBCD. Grayscale: #404040. Windows color (decimal): -10472398 or 3290208. OLE color: 3290208.

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

Color convert

RGB965250-
CMYK00.460.480.62
HSL2.61º31.51%28.63%-
HSV(B)2.61º47.92%37.65%-
XYZ6.635.173.67-
YUV64.93119.58150.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=48.48%
G=26.26%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96525000.460.480.622.6131.5128.63
Hex60343202E303E3201d
Octal1406462056607634035
Binary110000011010011001001011101100001111101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603432; }

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

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

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

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

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

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

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

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