#61302E

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

Shades of Persian Plum #61302E

Tints of Persian Plum #61302E

Color information

#61302E (or 0x61302E) is unknown color: approx Persian Plum. HEX triplet: 61, 30 and 2E. RGB value is (97,48,46). Sum of RGB (Red+Green+Blue) = 97+48+46=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61302E is #9ECFD1. Grayscale: #3E3E3E. Windows color (decimal): -10407890 or 3027041. OLE color: 3027041.

HSL color Cylindrical-coordinate representation of color #61302E: hue angle of 2.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61302E is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB974846-
CMYK00.510.530.62
HSL2.35º35.66%28.04%-
HSV(B)2.35º52.58%38.04%-
XYZ6.484.853.18-
YUV62.42118.73152.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=50.79%
G=25.13%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97484600.510.530.622.3535.6628.04
Hex61302E033353E2241c
Octal1416056063657624434
Binary110000111000010111001100111101011111101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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