#633331

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

Shades of Persian Plum #633331

Tints of Persian Plum #633331

Color information

#633331 (or 0x633331) is unknown color: approx Persian Plum. HEX triplet: 63, 33 and 31. RGB value is (99,51,49). Sum of RGB (Red+Green+Blue) = 99+51+49=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #633331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633331 is #9CCCCE. Grayscale: #414141. Windows color (decimal): -10276047 or 3224419. OLE color: 3224419.

HSL color Cylindrical-coordinate representation of color #633331: hue angle of 2.4º 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 #633331 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB995149-
CMYK00.480.510.61
HSL2.4º33.78%29.02%-
HSV(B)2.4º50.51%38.82%-
XYZ6.885.243.55-
YUV65.12118.9152.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=49.75%
G=25.63%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99514900.480.510.612.433.7829.02
Hex633331030333D2221d
Octal1436361060637524235
Binary110001111001111000101100001100111111011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633331; }

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

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

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

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

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

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

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

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