#62312F

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

Shades of Persian Plum #62312F

Tints of Persian Plum #62312F

Color information

#62312F (or 0x62312F) is unknown color: approx Persian Plum. HEX triplet: 62, 31 and 2F. RGB value is (98,49,47). Sum of RGB (Red+Green+Blue) = 98+49+47=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312F is #9DCED0. Grayscale: #3F3F3F. Windows color (decimal): -10342097 or 3092834. OLE color: 3092834.

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

Color convert

RGB984947-
CMYK00.50.520.62
HSL2.35º35.17%28.43%-
HSV(B)2.35º52.04%38.43%-
XYZ6.6553.3-
YUV63.42118.73152.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=50.52%
G=25.26%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98494700.50.520.622.3535.1728.43
Hex62312F032343E2231c
Octal1426157062647624334
Binary110001011000110111101100101101001111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,49,47); }

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

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

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

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

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

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

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