Html Css Color HEX #633332 Persian Plum

📋 copy color: '#633332'

red 99 ◦ green 51 ◦ blue 50

#633332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #633332

Tints of Persian Plum #633332

RGB

 RED value IS 99 (39.06% from 255) = 49.5%

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 50 (19.92% from 255) = 25%

R = 49.5%
G = 25.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#633332 (or 0x633332) is known color: Persian Plum. HEX triplet: 63, 33 and 32. RGB value is (99,51,50). Sum of RGB (Red+Green+Blue) = 99+51+50=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633332 is #9CCCCD. Grayscale: #414141. Windows color (decimal): -10276046 or 3289955. OLE color: 3289955.

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

Color convert

RGB 99 51 50 -
CMYK 0 0.48 0.49 0.61
HSL 1.22º 0.33% 0.29% -
HSV(B) 1.22º 0.49% 0.39% -
XYZ 6.91 5.25 3.67 -
YUV 65.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 99 51 50 0 0.48 0.49 0.61 1.22 0.33 0.29
Hex 63 33 32 0 30 31 3D 1 21 1D
Octal 143 63 62 0 60 61 75 1 41 35
Binary 1100011 110011 110010 0 110000 110001 111101 1 100001 11101

Color Harmonies of #633332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633332

Black with #633332

Text Example


Text Example

White with #633332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633332; }

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

 H1.HeaderClassName
 {
   color: #633332;
 }
 .AnyTagClassName
 {
   color: #633332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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