#613332

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

Shades of Persian Plum #613332

Tints of Persian Plum #613332

Color information

#613332 (or 0x613332) is unknown color: approx Persian Plum. HEX triplet: 61, 33 and 32. RGB value is (97,51,50). Sum of RGB (Red+Green+Blue) = 97+51+50=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #613332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613332 is #9ECCCD. Grayscale: #404040. Windows color (decimal): -10407118 or 3289953. OLE color: 3289953.

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

Color convert

RGB975150-
CMYK00.470.480.62
HSL1.28º31.97%28.82%-
HSV(B)1.28º48.45%38.04%-
XYZ6.695.143.66-
YUV64.64119.74151.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=48.99%
G=25.76%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97515000.470.480.621.2831.9728.82
Hex61333202F303E1201d
Octal1416362057607614035
Binary11000011100111100100101111110000111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613332; }

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

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

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

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

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

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

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

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