#623431

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

Shades of Persian Plum #623431

Tints of Persian Plum #623431

Color information

#623431 (or 0x623431) is unknown color: approx Persian Plum. HEX triplet: 62, 34 and 31. RGB value is (98,52,49). Sum of RGB (Red+Green+Blue) = 98+52+49=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #623431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623431 is #9DCBCE. Grayscale: #414141. Windows color (decimal): -10341327 or 3224674. OLE color: 3224674.

HSL color Cylindrical-coordinate representation of color #623431: hue angle of 3.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623431 is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB985249-
CMYK00.470.50.62
HSL3.67º33.33%28.82%-
HSV(B)3.67º50%38.43%-
XYZ6.825.273.56-
YUV65.41118.74151.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=49.25%
G=26.13%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98524900.470.50.623.6733.3328.82
Hex62343102F323E4211d
Octal1426461057627644135
Binary1100010110100110001010111111001011111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623431; }

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

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

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

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

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

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

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

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