#633131

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

Shades of Persian Plum #633131

Tints of Persian Plum #633131

Color information

#633131 (or 0x633131) is unknown color: approx Persian Plum. HEX triplet: 63, 31 and 31. RGB value is (99,49,49). Sum of RGB (Red+Green+Blue) = 99+49+49=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #633131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633131 is #9CCECE. Grayscale: #404040. Windows color (decimal): -10276559 or 3223907. OLE color: 3223907.

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

Color convert

RGB994949-
CMYK00.510.510.61
HSL33.78%29.02%-
HSV(B)50.51%38.82%-
XYZ6.85.073.53-
YUV63.95119.56153-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=50.25%
G=24.87%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99494900.510.510.61033.7829.02
Hex633131033333D0221d
Octal1436161063637504235
Binary11000111100011100010110011110011111101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633131; }

 p { color: rgb(99,49,49); }

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

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

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

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

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

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

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