#61302F

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

Shades of Persian Plum #61302F

Tints of Persian Plum #61302F

Color information

#61302F (or 0x61302F) is unknown color: approx Persian Plum. HEX triplet: 61, 30 and 2F. RGB value is (97,48,47). Sum of RGB (Red+Green+Blue) = 97+48+47=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61302F is #9ECFD0. Grayscale: #3E3E3E. Windows color (decimal): -10407889 or 3092577. OLE color: 3092577.

HSL color Cylindrical-coordinate representation of color #61302F: hue angle of 1.2º 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 #61302F is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB974847-
CMYK00.510.520.62
HSL1.2º34.72%28.24%-
HSV(B)1.2º51.55%38.04%-
XYZ6.54.863.28-
YUV62.54119.23152.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=50.52%
G=25%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97484700.510.520.621.234.7228.24
Hex61302F033343E1231c
Octal1416057063647614334
Binary11000011100001011110110011110100111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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