#612F2D

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

Shades of Persian Plum #612F2D

Tints of Persian Plum #612F2D

Color information

#612F2D (or 0x612F2D) is unknown color: approx Persian Plum. HEX triplet: 61, 2F and 2D. RGB value is (97,47,45). Sum of RGB (Red+Green+Blue) = 97+47+45=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #612F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F2D is #9ED0D2. Grayscale: #3D3D3D. Windows color (decimal): -10408147 or 2961249. OLE color: 2961249.

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

Color convert

RGB974745-
CMYK00.520.540.62
HSL2.31º36.62%27.84%-
HSV(B)2.31º53.61%38.04%-
XYZ6.424.763.06-
YUV61.72118.56153.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=51.32%
G=24.87%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97474500.520.540.622.3136.6227.84
Hex612F2D034363E2251c
Octal1415755064667624534
Binary110000110111110110101101001101101111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612F2D; }

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

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

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

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

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

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

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

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