#62302F

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

Shades of Persian Plum #62302F

Tints of Persian Plum #62302F

Color information

#62302F (or 0x62302F) is unknown color: approx Persian Plum. HEX triplet: 62, 30 and 2F. RGB value is (98,48,47). Sum of RGB (Red+Green+Blue) = 98+48+47=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62302F is #9DCFD0. Grayscale: #3E3E3E. Windows color (decimal): -10342353 or 3092578. OLE color: 3092578.

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

Color convert

RGB984847-
CMYK00.510.520.62
HSL1.18º35.17%28.43%-
HSV(B)1.18º52.04%38.43%-
XYZ6.614.923.29-
YUV62.84119.06153.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=50.78%
G=24.87%
B=24.35%

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
Decimal98484700.510.520.621.1835.1728.43
Hex62302F033343E1231c
Octal1426057063647614334
Binary11000101100001011110110011110100111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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