#613331

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

Shades of Persian Plum #613331

Tints of Persian Plum #613331

Color information

#613331 (or 0x613331) is unknown color: approx Persian Plum. HEX triplet: 61, 33 and 31. RGB value is (97,51,49). Sum of RGB (Red+Green+Blue) = 97+51+49=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #613331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613331 is #9ECCCE. Grayscale: #404040. Windows color (decimal): -10407119 or 3224417. OLE color: 3224417.

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

Color convert

RGB975149-
CMYK00.470.490.62
HSL2.5º32.88%28.63%-
HSV(B)2.5º49.48%38.04%-
XYZ6.675.133.54-
YUV64.53119.24151.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=49.24%
G=25.89%
B=24.87%

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
Decimal97514900.470.490.622.532.8828.63
Hex61333102F313E3211d
Octal1416361057617634135
Binary110000111001111000101011111100011111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613331; }

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

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

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

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

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

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

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

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