#623232

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

Shades of Persian Plum #623232

Tints of Persian Plum #623232

Color information

#623232 (or 0x623232) is unknown color: approx Persian Plum. HEX triplet: 62, 32 and 32. RGB value is (98,50,50). Sum of RGB (Red+Green+Blue) = 98+50+50=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #623232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623232 is #9DCDCD. Grayscale: #404040. Windows color (decimal): -10341838 or 3289698. OLE color: 3289698.

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

Color convert

RGB985050-
CMYK00.490.490.62
HSL32.43%29.02%-
HSV(B)48.98%38.43%-
XYZ6.755.113.65-
YUV64.35119.9152-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=49.49%
G=25.25%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98505000.490.490.62032.4329.02
Hex623232031313E0201d
Octal1426262061617604035
Binary11000101100101100100110001110001111110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623232; }

 p { color: rgb(98,50,50); }

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

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

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

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

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

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

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