#603230

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

Shades of Persian Plum #603230

Tints of Persian Plum #603230

Color information

#603230 (or 0x603230) is unknown color: approx Persian Plum. HEX triplet: 60, 32 and 30. RGB value is (96,50,48). Sum of RGB (Red+Green+Blue) = 96+50+48=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #603230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603230 is #9FCDCF. Grayscale: #3F3F3F. Windows color (decimal): -10472912 or 3158624. OLE color: 3158624.

HSL color Cylindrical-coordinate representation of color #603230: hue angle of 2.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603230 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB965048-
CMYK00.480.500.62
HSL2.5º33.33%28.24%-
HSV(B)2.5º50%37.65%-
XYZ6.54.983.42-
YUV63.53119.24151.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=49.48%
G=25.77%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96504800.480.500.622.533.3328.24
Hex603230030323E3211c
Octal1406260060627634134
Binary110000011001011000001100001100101111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603230; }

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

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

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

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

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

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

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

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