#613432

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

Shades of Persian Plum #613432

Tints of Persian Plum #613432

Color information

#613432 (or 0x613432) is unknown color: approx Persian Plum. HEX triplet: 61, 34 and 32. RGB value is (97,52,50). Sum of RGB (Red+Green+Blue) = 97+52+50=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613432 is #9ECBCD. Grayscale: #414141. Windows color (decimal): -10406862 or 3290209. OLE color: 3290209.

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

Color convert

RGB975250-
CMYK00.460.480.62
HSL2.55º31.97%28.82%-
HSV(B)2.55º48.45%38.04%-
XYZ6.735.233.67-
YUV65.23119.41150.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=48.74%
G=26.13%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97525000.460.480.622.5531.9728.82
Hex61343202E303E3201d
Octal1416462056607634035
Binary110000111010011001001011101100001111101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613432; }

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

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

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

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

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

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

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

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