#653030

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

Shades of Persian Plum #653030

Tints of Persian Plum #653030

Color information

#653030 (or 0x653030) is unknown color: approx Persian Plum. HEX triplet: 65, 30 and 30. RGB value is (101,48,48). Sum of RGB (Red+Green+Blue) = 101+48+48=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #653030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653030 is #9ACFCF. Grayscale: #3F3F3F. Windows color (decimal): -10145744 or 3158117. OLE color: 3158117.

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

Color convert

RGB1014848-
CMYK00.520.520.60
HSL35.57%29.22%-
HSV(B)52.48%39.61%-
XYZ6.965.093.41-
YUV63.85119.06154.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=51.27%
G=24.37%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101484800.520.520.60035.5729.22
Hex653030034343C0241d
Octal1456060064647404435
Binary11001011100001100000110100110100111100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653030; }

 p { color: rgb(101,48,48); }

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

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

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

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

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

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

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