#633333

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

Shades of Persian Plum #633333

Tints of Persian Plum #633333

Color information

#633333 (or 0x633333) is unknown color: approx Persian Plum. HEX triplet: 63, 33 and 33. RGB value is (99,51,51). Sum of RGB (Red+Green+Blue) = 99+51+51=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633333 is #9CCCCC. Grayscale: #414141. Windows color (decimal): -10276045 or 3355491. OLE color: 3355491.

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

Color convert

RGB995151-
CMYK00.480.480.61
HSL32%29.41%-
HSV(B)48.48%38.82%-
XYZ6.935.263.78-
YUV65.35119.9152-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=49.25%
G=25.37%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99515100.480.480.6103229.41
Hex633333030303D0201d
Octal1436363060607504035
Binary11000111100111100110110000110000111101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633333; }

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

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

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

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

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

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

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

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