#61322F

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

Shades of Persian Plum #61322F

Tints of Persian Plum #61322F

Color information

#61322F (or 0x61322F) is unknown color: approx Persian Plum. HEX triplet: 61, 32 and 2F. RGB value is (97,50,47). Sum of RGB (Red+Green+Blue) = 97+50+47=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61322F is #9ECDD0. Grayscale: #3F3F3F. Windows color (decimal): -10407377 or 3093089. OLE color: 3093089.

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

Color convert

RGB975047-
CMYK00.480.520.62
HSL3.6º34.72%28.24%-
HSV(B)3.6º51.55%38.04%-
XYZ6.585.033.31-
YUV63.71118.57151.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=50%
G=25.77%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97504700.480.520.623.634.7228.24
Hex61322F030343E4231c
Octal1416257060647644334
Binary1100001110010101111011000011010011111010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61322F; }

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

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

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

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

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

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

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

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