Html Css Color HEX #633531 Persian Plum

📋 copy color: '#633531'

red 99 ◦ green 53 ◦ blue 49

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

Shades of Persian Plum #633531

Tints of Persian Plum #633531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 49.25%
G = 26.37%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#633531 (or 0x633531) is known color: Persian Plum. HEX triplet: 63, 35 and 31. RGB value is (99,53,49). Sum of RGB (Red+Green+Blue) = 99+53+49=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633531 is #9CCACE. Grayscale: #424242. Windows color (decimal): -10275535 or 3224931. OLE color: 3224931.

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

Color convert

RGB 99 53 49 -
CMYK 0 0.46 0.51 0.61
HSL 4.8º 0.34% 0.29% -
HSV(B) 4.8º 0.51% 0.39% -
XYZ 6.97 5.42 3.58 -
YUV 66.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 99 53 49 0 0.46 0.51 0.61 4.8 0.34 0.29
Hex 63 35 31 0 2E 33 3D 5 22 1D
Octal 143 65 61 0 56 63 75 5 42 35
Binary 1100011 110101 110001 0 101110 110011 111101 101 100010 11101

Color Harmonies of #633531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633531

Black with #633531

Text Example


Text Example

White with #633531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633531; }

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

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

background-color css

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

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

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

border-color css

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

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

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