#62302E

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

Shades of Persian Plum #62302E

Tints of Persian Plum #62302E

Color information

#62302E (or 0x62302E) is unknown color: approx Persian Plum. HEX triplet: 62, 30 and 2E. RGB value is (98,48,46). Sum of RGB (Red+Green+Blue) = 98+48+46=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62302E is #9DCFD1. Grayscale: #3E3E3E. Windows color (decimal): -10342354 or 3027042. OLE color: 3027042.

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

Color convert

RGB984846-
CMYK00.510.530.62
HSL2.31º36.11%28.24%-
HSV(B)2.31º53.06%38.43%-
XYZ6.594.913.18-
YUV62.72118.56153.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=51.04%
G=25%
B=23.96%

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
Decimal98484600.510.530.622.3136.1128.24
Hex62302E033353E2241c
Octal1426056063657624434
Binary110001011000010111001100111101011111101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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