#603130

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

Shades of Persian Plum #603130

Tints of Persian Plum #603130

Color information

#603130 (or 0x603130) is unknown color: approx Persian Plum. HEX triplet: 60, 31 and 30. RGB value is (96,49,48). Sum of RGB (Red+Green+Blue) = 96+49+48=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #603130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603130 is #9FCECF. Grayscale: #3E3E3E. Windows color (decimal): -10473168 or 3158368. OLE color: 3158368.

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

Color convert

RGB964948-
CMYK00.490.500.62
HSL1.25º33.33%28.24%-
HSV(B)1.25º50%37.65%-
XYZ6.464.93.4-
YUV62.94119.57151.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=49.74%
G=25.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96494800.490.500.621.2533.3328.24
Hex603130031323E1211c
Octal1406160061627614134
Binary11000001100011100000110001110010111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603130; }

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

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

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

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

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

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

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

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