#603331

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

Shades of Persian Plum #603331

Tints of Persian Plum #603331

Color information

#603331 (or 0x603331) is unknown color: approx Persian Plum. HEX triplet: 60, 33 and 31. RGB value is (96,51,49). Sum of RGB (Red+Green+Blue) = 96+51+49=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603331 is #9FCCCE. Grayscale: #404040. Windows color (decimal): -10472655 or 3224416. OLE color: 3224416.

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

Color convert

RGB965149-
CMYK00.470.490.62
HSL2.55º32.41%28.43%-
HSV(B)2.55º48.96%37.65%-
XYZ6.565.083.54-
YUV64.23119.41150.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 49 (19.53% from 255) = 25%
R=48.98%
G=26.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514900.470.490.622.5532.4128.43
Hex60333102F313E3201c
Octal1406361057617634034
Binary110000011001111000101011111100011111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603331; }

 p { color: rgb(96,51,49); }

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

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

 a { background-color: rgb(96,51,49); }

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

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

 span { border-color: rgb(96,51,49); }

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