#612F2F

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

Shades of Persian Plum #612F2F

Tints of Persian Plum #612F2F

Color information

#612F2F (or 0x612F2F) is unknown color: approx Persian Plum. HEX triplet: 61, 2F and 2F. RGB value is (97,47,47). Sum of RGB (Red+Green+Blue) = 97+47+47=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #612F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F2F is #9ED0D0. Grayscale: #3E3E3E. Windows color (decimal): -10408145 or 3092321. OLE color: 3092321.

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

Color convert

RGB974747-
CMYK00.520.520.62
HSL34.72%28.24%-
HSV(B)51.55%38.04%-
XYZ6.464.783.27-
YUV61.95119.56153-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=50.79%
G=24.61%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97474700.520.520.62034.7228.24
Hex612F2F034343E0231c
Octal1415757064647604334
Binary11000011011111011110110100110100111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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